| StateCollectionItem Property (Int32) |
Gets the
State at the specified index.
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public State this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As State
Get
public:
property State^ default[int index] {
State^ get (int index);
}
member Item : State with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the State to get.
Return Value
Type:
State
The
State at the index.
See Also