Class KeyedIndexContainer<T, U>
Inheritance
System.Object
System.Collections.Generic.Dictionary<T, U>
KeyedIndexContainer<T, U>
Inherited Members
System.Collections.Generic.Dictionary<T, U>.Add(T, U)
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<T, U>>.Add(System.Collections.Generic.KeyValuePair<T, U>)
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<T, U>>.Contains(System.Collections.Generic.KeyValuePair<T, U>)
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<T, U>>.Remove(System.Collections.Generic.KeyValuePair<T, U>)
System.Collections.Generic.Dictionary<T, U>.Clear()
System.Collections.Generic.Dictionary<T, U>.ContainsKey(T)
System.Collections.Generic.Dictionary<T, U>.ContainsValue(U)
System.Collections.Generic.Dictionary<T, U>.GetEnumerator()
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<T, U>>.GetEnumerator()
System.Collections.Generic.Dictionary<T, U>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<T, U>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<T, U>.Remove(T)
System.Collections.Generic.Dictionary<T, U>.TryGetValue(T, U)
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<T, U>>.CopyTo(System.Collections.Generic.KeyValuePair<T, U>[], System.Int32)
System.Collections.Generic.Dictionary<T, U>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<T, U>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<T, U>.Comparer
System.Collections.Generic.Dictionary<T, U>.Count
System.Collections.Generic.Dictionary<T, U>.Keys
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.IDictionary<T, U>.Keys
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.IReadOnlyDictionary<T, U>.Keys
System.Collections.Generic.Dictionary<T, U>.Values
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.IDictionary<T, U>.Values
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.IReadOnlyDictionary<T, U>.Values
System.Collections.Generic.Dictionary<T, U>.Item[T]
System.Collections.Generic.Dictionary<T, U>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<T, U>>.IsReadOnly
System.Collections.Generic.Dictionary<T, U>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<T, U>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<T, U>.System.Collections.IDictionary.Item[System.Object]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution.Scheduling.ReportingData
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class KeyedIndexContainer<T, U> : Dictionary<T, U>, IDictionary<T, U>, ICollection<KeyValuePair<T, U>>, IDictionary, ICollection, IReadOnlyDictionary<T, U>, IReadOnlyCollection<KeyValuePair<T, U>>, IEnumerable<KeyValuePair<T, U>>, IEnumerable, ISerializable, IDeserializationCallback, IIndex<T, U>
Type Parameters
T
|
U
|
Constructors
KeyedIndexContainer()
Declaration
public KeyedIndexContainer()