Click or drag to resize

TranslationEntryCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, TranslationEntry
    Dynamicweb.Rendering.TranslationTranslationEntryCollection

Namespace:  Dynamicweb.Rendering.Translation
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[SerializableAttribute]
public class TranslationEntryCollection : Dictionary<string, TranslationEntry>

The TranslationEntryCollection type exposes the following members.

Constructors
  NameDescription
Public methodTranslationEntryCollection
Initializes a new instance of the TranslationEntryCollection class
Protected methodTranslationEntryCollection(SerializationInfo, StreamingContext)
Initializes a new instance of the TranslationEntryCollection class
Top
Methods
  NameDescription
Public methodAdd
Top
See Also