Method AssertIndex
AssertIndex(int)
Asserts if the given index isn't in valid bounds.
[Conditional("DEBUG")]
public readonly void AssertIndex(int index)Parameters
- indexint
- Index to check. 
Asserts if the given index isn't in valid bounds.
[Conditional("DEBUG")]
public readonly void AssertIndex(int index)index intIndex to check.