Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Fielding
Fields Class
Fields Methods
getField(T) Method
setField(T) Method
ToFieldWrapper(T) Method
Fields
.
ToFieldWrapper
<
T
>
Method
Converts an element to its respective
FieldWrapper
<
T
>
.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
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
Reference
Fields Class
WhetStone.Fielding Namespace