Guard Class

Project Mercury API

[This is preliminary documentation and is subject to change.]

Defines helper methods for validating arguments passed into methods.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static class Guard
Visual Basic (Declaration)
Public NotInheritable Class Guard
Visual C++
public ref class Guard abstract sealed

Inheritance Hierarchy

System..::.Object
  ProjectMercury..::.Guard

See Also