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 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:
IEnumerableTSee Also