Click or drag to resize
IndexRange Constructor (Int32, Int32)
Initializes a new instance of the IndexRange class.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public IndexRange(
	int start,
	int end
)

Parameters

start
Type: SystemInt32
Start.
end
Type: SystemInt32
End.
See Also