Nova CodeDOM Class Library
Nova CodeDOM Class Library
Nova.CodeDOM
NamedObjectDictionary Class
NamedObjectDictionary Methods
Add Method
Clear Method
CopyTo Method
Find Method
GetEnumerator Method
Remove Method
NamedObjectDictionary
Find Method
Find named code object(s) in the dictionary by name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
Copy
public
Object
Find
(
string
name
)
Parameters
name
Type:
System
String
Return Value
Type:
Object
The matching object (
INamedCodeObject
or
IMemberDefinition
/
MemberInfo
), or
NamedObjectGroup
, or null if not found.
See Also
Reference
NamedObjectDictionary Class
Nova.CodeDOM Namespace
Copyright (C) 2011-2019, Inevitable Software, all rights reserved.
Send comments on this topic to
support@inevitablesoftware.com