Table of Contents

Class Bind<TKey1, TKey2, TValue>

Namespace
MassTransit.ExtensionsDependencyInjectionIntegration
Assembly
MassTransit.ExtensionsDependencyInjectionIntegration.dll
public class Bind<TKey1, TKey2, TValue> where TValue : class

Type Parameters

TKey1
TKey2
TValue
Inheritance
Bind<TKey1, TKey2, TValue>
Inherited Members

Constructors

Bind(TValue)

public Bind(TValue value)

Parameters

value TValue

Properties

Value

public TValue Value { get; }

Property Value

TValue