Click or drag to resize

KeyCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, Key
    Dynamicweb.Rendering.TranslationKeyCollection

Namespace:  Dynamicweb.Rendering.Translation
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[SerializableAttribute]
public class KeyCollection : Dictionary<string, Key>
Constructors
  NameDescription
Public methodKeyCollection
Initializes a new instance of the KeyCollection class
Protected methodKeyCollection(SerializationInfo, StreamingContext)
Initializes a new instance of the KeyCollection class
Top
See Also