Click or drag to resize
Guard Class
Contains static methods for representing program contracts.
Inheritance Hierarchy
SystemObject
  Akka.UtilGuard

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static class Guard

The Guard type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAssert
Checks for a condition;if the condition is false throws ArgumentException exception.
Top
See Also