Click or drag to resize

FieldWrapperTAddition 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,
	FieldWrapper<T> w2
)

Parameters

w1
Type: WhetStone.FieldingFieldWrapperT
The first addend.
w2
Type: WhetStone.FieldingFieldWrapperT
The second addend.

Return Value

Type: FieldWrapperT
The sum of w1 and w2.
See Also