Table of Contents

Class InterfaceReflectionCache

Namespace
MassTransit.Internals
Assembly
MassTransit.Abstractions.dll
public class InterfaceReflectionCache
Inheritance
InterfaceReflectionCache
Inherited Members

Constructors

InterfaceReflectionCache()

public InterfaceReflectionCache()

Methods

Get(Type, Type)

public Type? Get(Type type, Type interfaceType)

Parameters

type Type
interfaceType Type

Returns

Type

GetGenericInterface(Type, Type)

public Type? GetGenericInterface(Type type, Type interfaceType)

Parameters

type Type
interfaceType Type

Returns

Type