Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void Assert(bool, string)

  • Declared in: RT.Util.Ut

Declaration

public static void Assert(
    bool assertion,
    string message = null
)

Summary

Checks the specified condition and causes the debugger to break if it is false. Throws an Exception afterwards.