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
-
Key
Collection
- Implements
- Inherited Members
- Extension Methods