FieldRefFind Method (Type, String, Boolean) |
Find the field in the specified Type with the specified name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static SymbolicRef Find(
Type type,
string name,
bool isFirstOnLine = false
)
Parameters
- type
- Type: SystemType
- name
- Type: SystemString
- isFirstOnLine (Optional)
- Type: SystemBoolean
Return Value
Type:
SymbolicRefA
FieldRef to the field, or an
UnresolvedRef if no match was found.
See Also