Table of Contents

Method AssertIndex

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AssertIndex(int)

Asserts if the given index isn't in valid bounds.

[Conditional("DEBUG")]
public readonly void AssertIndex(int index)

Parameters

index int

Index to check.