Click or drag to resize

SymbolicRef  Conversion (FieldInfo to SymbolicRef)

Implicit conversion of a FieldInfo to a SymbolicRef (actually, a FieldRef).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static implicit operator SymbolicRef (
	FieldInfo fieldInfo
)

Parameters

fieldInfo
Type: System.ReflectionFieldInfo
The FieldInfo to be converted.

Return Value

Type: SymbolicRef
A generated FieldRef to the specified FieldInfo.
Remarks
This allows FieldInfos to be passed directly to any method expecting a SymbolicRef type without having to create a reference first.
See Also