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