mscorlib(4.0.0.0) API with additions
Consistency.cs
2 {
5  public enum Consistency
6  {
15  }
16 }
In the face of exceptional conditions, the method is guaranteed not to corrupt state.
In the face of exceptional conditions, the method is guaranteed to limit state corruption to the curr...
In the face of exceptional conditions, the common language runtime (CLR) makes no guarantees regardin...
In the face of exceptional conditions, the CLR makes no guarantees regarding state consistency; that ...
Specifies that the class can be serialized.
Consistency
Specifies a reliability contract.
Definition: Consistency.cs:5