Click or drag to resize

EnumMemberRefFind Method (EnumDecl, String, Boolean)

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

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

Parameters

enumDecl
Type: Nova.CodeDOMEnumDecl
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