Click or drag to resize
IndexRangeCount Property
Gets the number of elements encompassed by this instance.

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

Property Value

Type: Int32
The number of elements encompassed by this instance.
See Also