 | FieldWrapper<T>Implicit Conversion (Int32 to FieldWrapper<T>) |
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: System.Int32
The Int32 equivalent element to wrap.
Return Value
Type:
FieldWrapper<T>
See Also