Click or drag to resize
IndexRangeContains Method (Int32)
Determines whether or not this instance contains the specified index.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Contains(
	int index
)

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: Boolean
if this instance contains the specified index; otherwise .
See Also