Click or drag to resize

BlockFindChildrenT Method (String, NamedObjectGroup)

Find children with the specified name having type T, adding them to the specified results collection.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void FindChildren<T>(
	string name,
	NamedObjectGroup results
)
where T : INamedCodeObject

Parameters

name
Type: SystemString
results
Type: Nova.CodeDOMNamedObjectGroup

Type Parameters

T
See Also