 | FieldWrapperT Conversion (Int32 to FieldWrapperT) |
Converts an element by wrapping it.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic static implicit operator FieldWrapper<T> (
int w
)
Parameters
- w
- Type: SystemInt32
The Int32 equivalent element to wrap.
Return Value
Type:
FieldWrapperT
See Also