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