Click or drag to resize
Binding Constructor
Initializes a new instance of the Binding class with the given name

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public Binding(
	string name
)

Parameters

name
Type: SystemString
Name.
See Also