 | IndexRangeItem Property |
Gets the
Int32 at the specified index in the range.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic int this[
int index
] { get; }Parameters
- index
- Type: SystemInt32
Index.
Property Value
Type:
Int32The
Int32 at the specified index in the range.
See Also