Show / Hide Table of Contents

    Class NameValueDictionary

    Represents a serializable dictionary of name/value entries.

    Inheritance
    Object
    Dictionary<String, String>
    NameValueDictionary
    Implements
    IDictionary<String, String>
    ICollection<KeyValuePair<String, String>>
    IDictionary
    ICollection
    IReadOnlyDictionary<String, String>
    IReadOnlyCollection<KeyValuePair<String, String>>
    IEnumerable<KeyValuePair<String, String>>
    IEnumerable
    ISerializable
    IDeserializationCallback
    Inherited Members
    Dictionary<String, String>.Add(String, String)
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Add(System.Collections.Generic.KeyValuePair<System.String, System.String>)
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Contains(System.Collections.Generic.KeyValuePair<System.String, System.String>)
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Remove(System.Collections.Generic.KeyValuePair<System.String, System.String>)
    Dictionary<String, String>.Clear()
    Dictionary<String, String>.ContainsKey(String)
    Dictionary<String, String>.ContainsValue(String)
    Dictionary<String, String>.GetEnumerator()
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>.GetEnumerator()
    Dictionary<String, String>.GetObjectData(SerializationInfo, StreamingContext)
    Dictionary<String, String>.OnDeserialization(Object)
    Dictionary<String, String>.Remove(String)
    Dictionary<String, String>.TryGetValue(String, String)
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, System.String>[], System.Int32)
    Dictionary<String, String>.ICollection.CopyTo(Array, Int32)
    Dictionary<String, String>.IEnumerable.GetEnumerator()
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.get_Item(System.Object)
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
    Dictionary<String, String>.IDictionary.Add(Object, Object)
    Dictionary<String, String>.IDictionary.Contains(Object)
    Dictionary<String, String>.IDictionary.GetEnumerator()
    Dictionary<String, String>.IDictionary.Remove(Object)
    Dictionary<String, String>.Comparer
    Dictionary<String, String>.Count
    Dictionary<String, String>.Keys
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IDictionary<System.String, System.String>.Keys
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>.Keys
    Dictionary<String, String>.Values
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IDictionary<System.String, System.String>.Values
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>.Values
    Dictionary<String, String>.Item[String]
    System.Collections.Generic.Dictionary<System.String, System.String>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.IsReadOnly
    Dictionary<String, String>.ICollection.IsSynchronized
    Dictionary<String, String>.ICollection.SyncRoot
    Dictionary<String, String>.IDictionary.IsFixedSize
    Dictionary<String, String>.IDictionary.IsReadOnly
    Dictionary<String, String>.IDictionary.Keys
    Dictionary<String, String>.IDictionary.Values
    Dictionary<String, String>.IDictionary.Item[Object]
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class NameValueDictionary : Dictionary<string, string>, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IDictionary, ICollection, IReadOnlyDictionary<string, string>, IReadOnlyCollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable, ISerializable, IDeserializationCallback

    Constructors

    NameValueDictionary()

    Initializes an empty collection.

    Declaration
    public NameValueDictionary()

    NameValueDictionary(NameValueCollection)

    Initializes collection with the values from the provided name/value collection.

    Declaration
    public NameValueDictionary(NameValueCollection collection)
    Parameters
    Type Name Description
    NameValueCollection collection

    Collection to be initialized from.

    Implements

    System.Collections.Generic.IDictionary<TKey,TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.Runtime.Serialization.ISerializable
    System.Runtime.Serialization.IDeserializationCallback
    Back to top Nevatech Sentinet 6.5 Online Documentation