Show / Hide Table of Contents

Class InterfaceCache

A static class that caches interfaces of a specified type.

Inheritance
object
InterfaceCache
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 type is null.

In this article
Back to top Generated by DocFX