Enum DictionaryKind
Identifies the kind of dictionary model.
public enum DictionaryKind
Fields
IDictionary = 2The type implements IDictionary.
IDictionaryOfKV = 0The type implements IDictionary<TKey, TValue>.
IReadOnlyDictionaryOfKV = 1The type implements IReadOnlyDictionary<TKey, TValue>.