Class InterfaceCache
A static class that caches interfaces of a specified type.
Inherited Members
Namespace: SpiceSharp.General
Assembly: SpiceSharp.dll
Syntax
public static class InterfaceCache
Methods
Get(Type)
Gets the specified type.
Declaration
public static IEnumerable<Type> Get(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The type. |
Returns
| Type | Description |
|---|---|
| IEnumerable<Type> | An enumerable for the interfaces of the type. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |