Click or drag to resize

BlockFindChildrenT Method (ICollectionT)

Find children of the specified 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>(
	ICollection<T> results
)
where T : CodeObject

Parameters

results
Type: System.Collections.GenericICollectionT

Type Parameters

T
See Also