Click or drag to resize
Contract Class
Own version of C# Code Contracts to use before .NET 4.0 Contains static methods for representing program contracts such as preconditions, postconditions, and object invariants. Just the basic functionalities are implemented.
Inheritance Hierarchy
SystemObject
  Slash.Diagnostics.ContractsContract

Namespace: Slash.Diagnostics.Contracts
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public static class Contract

The Contract type exposes the following members.

Methods
See Also