Table of Contents

Class KeyCollection

Namespace
Dynamicweb.Rendering.Translation
Assembly
Dynamicweb.Core.dll

Represents translation keys collection.

[Serializable]
public class KeyCollection : Dictionary<string, Key>, IDictionary<string, Key>, ICollection<KeyValuePair<string, Key>>, IReadOnlyDictionary<string, Key>, IReadOnlyCollection<KeyValuePair<string, Key>>, IEnumerable<KeyValuePair<string, Key>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
KeyCollection
Implements
Inherited Members
Extension Methods

Constructors

KeyCollection()

public KeyCollection()
To top