Class InheritanceCache
A static class that caches inherited objects of a specified type.
Inherited Members
Namespace: SpiceSharp.General
Assembly: SpiceSharp.dll
Syntax
public static class InheritanceCache
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 |