Click or drag to resize
StaMaStateCollectionItem Property (Int32)
Gets the State at the specified index.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public State this[
	int index
] { 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