Table of Contents

Class LoggingDataDictionary<TKey, TValue>

Namespace
Monai.Deploy.InformaticsGateway.Api
Assembly
Monai.Deploy.InformaticsGateway.Api.dll
public class LoggingDataDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable where TKey : notnull

Type Parameters

TKey
TValue
Inheritance
Dictionary<TKey, TValue>
LoggingDataDictionary<TKey, TValue>
Implements
IDictionary<TKey, TValue>
ICollection<KeyValuePair<TKey, TValue>>
IReadOnlyDictionary<TKey, TValue>
IEnumerable<KeyValuePair<TKey, TValue>>
Inherited Members
Extension Methods

Constructors

LoggingDataDictionary()

public LoggingDataDictionary()

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.