Click or drag to resize

GuardT Constructor

Constructor.

Namespace:  WhetStone.Guard
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public Guard(
	T load = null
)

Parameters

load (Optional)
Type: T
The initial value.
See Also