Click or drag to resize
IndexRangeItem Property
Gets the Int32 at the specified index in the range.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public int this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index.

Property Value

Type: Int32
The Int32 at the specified index in the range.
See Also