Contract.Invariant Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Invariant(Boolean) | |
Invariant(Boolean, String) |
Invariant(Boolean)
public static void Invariant (bool condition);
static member Invariant : bool -> unit
Public Shared Sub Invariant (condition As Boolean)
Parameters
- condition
- Boolean