ISolutionTypesProvider.FindTypes Method
Name | Parameters | Description |
---|---|---|
FindTypes(IDXTypeInfo, Predicate<IDXTypeInfo>) | baseClass, predicate | Obtains a collection of types that extend the specified base class and satisfy the specified predicate. |
FindTypes(Predicate<IDXTypeInfo>) | predicate | Obtains a collection of types that satisfy the specified predicate. |