Constructor

C# | Visual Basic | Visual C++ |
public State( string name, StateTable properties )
Public Sub New ( _ name As String, _ properties As StateTable _ )
public: State( String^ name, StateTable^ properties )

- name (String)
- properties (StateTable)