TypeDeclFindInAllPartsT Method (ICollectionT) |
Find all members of the specified type T, including in other parts of partial types.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected void FindInAllParts<T>(
ICollection<T> results
)
where T : CodeObject
Parameters
- results
- Type: System.Collections.GenericICollectionT
Type Parameters
- T
See Also