Click or drag to resize
UnknownTypeDictionaryTKey, TValue Class
Represents a collection of keys and values for unknown types.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, String
    CMS.Helpers.InternalUnknownTypeDictionaryTKey, TValue

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
[SerializableAttribute]
public class UnknownTypeDictionary<TKey, TValue> : Dictionary<string, string>

Type Parameters

TKey
The type of the keys in the dictionary.
TValue
The type of the values in the dictionary.

The UnknownTypeDictionaryTKey, TValue type exposes the following members.

Constructors
See Also