Click or drag to resize

EnumMemberRefFind Method (TypeRefBase, String, Boolean)

Find the enum value with the specified name in the specified TypeRefBase.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static SymbolicRef Find(
	TypeRefBase typeRefBase,
	string name,
	bool isFirstOnLine = false
)

Parameters

typeRefBase
Type: Nova.CodeDOMTypeRefBase
name
Type: SystemString
isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: SymbolicRef
An EnumMemberRef to the enum value, or an UnresolvedRef if no match was found.
See Also