Search Results for

    Show / Hide Table of Contents

    Class LoggingDataDictionary<TKey, TValue>

    Inheritance
    System.Object
    System.Collections.Generic.Dictionary<TKey, TValue>
    LoggingDataDictionary<TKey, TValue>
    Implements
    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
    System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.Runtime.Serialization.IDeserializationCallback
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.get_Item(System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.Add(TKey, TValue)
    System.Collections.Generic.Dictionary<TKey, TValue>.Clear()
    System.Collections.Generic.Dictionary<TKey, TValue>.ContainsKey(TKey)
    System.Collections.Generic.Dictionary<TKey, TValue>.ContainsValue(TValue)
    System.Collections.Generic.Dictionary<TKey, TValue>.EnsureCapacity(System.Int32)
    System.Collections.Generic.Dictionary<TKey, TValue>.GetEnumerator()
    System.Collections.Generic.Dictionary<TKey, TValue>.OnDeserialization(System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.Remove(TKey)
    System.Collections.Generic.Dictionary<TKey, TValue>.Remove(TKey, TValue)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue>)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue>)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[], System.Int32)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue>)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>.GetEnumerator()
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Add(System.Object, System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Contains(System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.GetEnumerator()
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Remove(System.Object)
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.Dictionary<TKey, TValue>.TrimExcess()
    System.Collections.Generic.Dictionary<TKey, TValue>.TrimExcess(System.Int32)
    System.Collections.Generic.Dictionary<TKey, TValue>.TryAdd(TKey, TValue)
    System.Collections.Generic.Dictionary<TKey, TValue>.TryGetValue(TKey, TValue)
    System.Collections.Generic.Dictionary<TKey, TValue>.Comparer
    System.Collections.Generic.Dictionary<TKey, TValue>.Count
    System.Collections.Generic.Dictionary<TKey, TValue>.Item[TKey]
    System.Collections.Generic.Dictionary<TKey, TValue>.Keys
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.IsReadOnly
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IDictionary<TKey, TValue>.Keys
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IDictionary<TKey, TValue>.Values
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Keys
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Values
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.IsFixedSize
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.IsReadOnly
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Item[System.Object]
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Keys
    System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Values
    System.Collections.Generic.Dictionary<TKey, TValue>.Values
    Namespace: Monai.Deploy.InformaticsGateway.Api
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    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
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    | Improve this Doc View Source

    LoggingDataDictionary()

    Declaration
    public LoggingDataDictionary()

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.Runtime.Serialization.IDeserializationCallback
    System.Runtime.Serialization.ISerializable

    Extension Methods

    ExtensionMethods.IsNullOrEmpty<T>(IEnumerable<T>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX