Method GetProviderSelectionOptions
GetProviderSelectionOptions(Type)
Returns the ProviderPriority attribute for a given type, if it exists
Declaration
public static ProviderSelectionOptionsAttribute GetProviderSelectionOptions(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The provider type to check |
Returns
Type | Description |
---|---|
ProviderSelectionOptionsAttribute | The ProviderPriority attribute, if it exists |