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