Click or drag to resize

FieldWrapperTUnaryNegation Operator

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static FieldWrapper<T> operator -(
	FieldWrapper<T> w1
)

Parameters

w1
Type: WhetStone.FieldingFieldWrapperT
The element to negate.

Return Value

Type: FieldWrapperT
The negative of w1.
See Also