TypeDecl.FindInAllParts<T> Method (String, NamedObjectGroup) |
Find all members of the type with the specified name and of type T, including in other parts of partial types.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntaxprotected void FindInAllParts<T>(
string name,
NamedObjectGroup results
)
where T : INamedCodeObject
Parameters
- name
- Type: System.String
- results
- Type: Nova.CodeDOM.NamedObjectGroup
Type Parameters
- T
See Also