Click or drag to resize

NamedCodeObjectDictionaryFind Method

Find INamedCodeObjects in the dictionary by name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public INamedCodeObject Find(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: INamedCodeObject
The matching INamedCodeObject or NamedCodeObjectGroup, or null if not found.
See Also