Expression Conversion (FieldInfo to Expression) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static implicit operator Expression (
FieldInfo fieldInfo
)
Parameters
- fieldInfo
- Type: System.ReflectionFieldInfo
The FieldInfo to be converted.
Return Value
Type:
ExpressionA generated
FieldRef to the specified
FieldInfo.
Remarks This allows
FieldInfos to be passed directly to any method expecting an
Expression type without
having to create a reference first.
See Also