Click or drag to resize

BlockFindChildren Method (String)

Find children with the specified name.

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

Parameters

name
Type: SystemString

Return Value

Type: INamedCodeObject
A CodeObject, NamedCodeObjectGroup, or null if no matches were found.
See Also