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 public void FindChildren<T>(
string name,
NamedObjectGroup results
)
where T : INamedCodeObject
Parameters
- name
- Type: SystemString
- results
- Type: Nova.CodeDOMNamedObjectGroup
Type Parameters
- T
See Also