FeatureManager.CreateFeatureProviders Method
Include Protected Members
Include Inherited Members
Creates and returns a set of feature providers for the specified type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateFeatureProviders(Type) | Creates and returns a set of feature providers for the specified type. | |
CreateFeatureProviders(Type, Predicate<Type>) | Creates and returns a set of feature providers for the specified type. | |
CreateFeatureProviders(Type, Type) | Creates and returns a set of feature providers that exist for the specified type. | |
CreateFeatureProviders(Type, Type, Predicate<Type>) | Creates and returns a set of feature providers that exist for the specified type. |
Top