Method CanAddProviderType
CanAddProviderType(Type)
Return true if the given type of provider can be added to this functionality island If the given type does not implement any provider interfaces which haven't already been added, it cannot be added
Declaration
public bool CanAddProviderType(Type providerType)
Parameters
Type | Name | Description |
---|---|---|
Type | providerType | The specific type of provider to check |
Returns
Type | Description |
---|---|
bool |