 | IndexRangeContains Method (Int32) |
Determines whether or not this instance contains the specified index.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic bool Contains(
int index
)
Parameters
- index
- Type: SystemInt32
Index.
Return Value
Type:
Boolean if this instance contains the specified index; otherwise
.
See Also