Click or drag to resize

Fields.ToFieldWrapper<T> Method

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

Parameters

this
Type: T
The element to wrap in a FieldWrapper< T> object.

Type Parameters

T
The type of the element.

Return Value

Type: FieldWrapper<T>
A FieldWrapper< T> that encapsulates this.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also