IGuardT Interface |
Namespace: WhetStone.Guard
The IGuardT type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
| Name | Description | |
|---|---|---|
| CondGetT |
Gets an IGuardT's value only if it is not .
(Defined by Guard.) | |
| CondMutateT |
Mutates and IGuardT's value if it is not .
(Defined by Guard.) | |
| CondSetT |
Sets an IGuardT's value only if it is not .
(Defined by Guard.) |