Method HasType
HasType<T>()
Return true if the type T is present in the assemblies of the cache
Declaration
public bool HasType<T>()
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |
HasType(Type)
Returns true if the Type type is present in the assemblies of the cache and rebuilds the cache if needed
Declaration
public bool HasType(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| bool |