Click or drag to resize

TypeDeclFindInAllPartsT 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
Syntax
C#
protected void FindInAllParts<T>(
	string name,
	NamedObjectGroup results
)
where T : INamedCodeObject

Parameters

name
Type: SystemString
results
Type: Nova.CodeDOMNamedObjectGroup

Type Parameters

T
See Also