Method IsServiceType
IsServiceType(Type)
Determines whether the given type is corresponding service for this class,
based on its generic closing type TService
.
Declaration
protected virtual bool IsServiceType(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The |
Returns
Type | Description |
---|---|
System.Boolean |
|