Click or drag to resize

FieldWrapperTDeconstruct Method

Deconstruct the wrapped member to an original member and wrapping field.

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public void Deconstruct(
	out T value,
	out Field<T> field
)

Parameters

value
Type: T
The wrapped value.
field
Type: WhetStone.FieldingFieldT
The wrapping field.
See Also