Table of Contents

Interface IReadOnlyPropertyCache<T>

Namespace
MassTransit.Internals
Assembly
MassTransit.Abstractions.dll
public interface IReadOnlyPropertyCache<T> : IEnumerable<ReadOnlyProperty<T>>, IEnumerable

Type Parameters

T
Inherited Members
Extension Methods

Methods

TryGetValue(string, out ReadOnlyProperty<T>?)

bool TryGetValue(string key, out ReadOnlyProperty<T>? value)

Parameters

key string
value ReadOnlyProperty<T>

Returns

bool