Table of Contents

Method Verify

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Verify(bool)

Verifies the condition. If the condition is false throws an exception.

public static void Verify(bool condition)

Parameters

condition bool

Condition to check.