Click or drag to resize

NamespaceGetAllChildrenT Method

Get an enumerator for all children objects of type T in the Namespace and in any child Namespaces (recursively).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public IEnumerable<T> GetAllChildren<T>()

Type Parameters

T
May be TypeDecl (or a derived type), Type, Namespace, or Object to return objects of all types.

Return Value

Type: IEnumerableT
See Also