Click or drag to resize

GuardT  Conversion (GuardT to T)

Namespace:  WhetStone.Guard
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static implicit operator T (
	Guard<T> this
)

Parameters

this
Type: WhetStone.GuardGuardT
The GuardT to convert.

Return Value

Type: T
See Also