DefaultDictionary<TKey,TValue> Class

Definition

Dictionary with a default value for unseen keys.

C#
[System.Serializable]
public class DefaultDictionary<TKey,TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>

Type Parameters

TKey
TValue
Inheritance
DefaultDictionary<TKey,TValue>
Attributes
Implements

Constructors

Properties

Methods

Explicit Interface Implementations

Applies to

Product Versions
ML.NET 2.0.0, 3.0.0, 4.0.0, Preview