Class Bind<TKey>
- Assembly
- MassTransit.ExtensionsDependencyInjectionIntegration.dll
public static class Bind<TKey>
Type Parameters
TKey
- Inheritance
-
Bind<TKey>
- Inherited Members
Methods
Create<TValue>(TValue)
public static Bind<TKey, TValue> Create<TValue>(TValue value) where TValue : class
Parameters
value
TValue
Returns
- Bind<TKey, TValue>
Type Parameters
TValue