PartitionedHashSet Class
Namespace: PTS.Collections
Assembly: PTS.Collections.dll
Syntax
public class PartitionedHashSet : PartitionedHashSet<object, object>, IDictionary<object, HashSet<object>>, ICollection<KeyValuePair<object, HashSet<object>>>, IReadOnlyDictionary<object, HashSet<object>>, IReadOnlyCollection<KeyValuePair<object, HashSet<object>>>, IEnumerable<KeyValuePair<object, HashSet<object>>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
System.Object
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>
PartitionedHashSet
Implements
System.Collections.Generic.IDictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>>
System.Collections.Generic.IReadOnlyDictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable
Constructors
PartitionedHashSet()
Declaration
public PartitionedHashSet()
PartitionedHashSet(Object, IEnumerable<Object>)
Declaration
public PartitionedHashSet(object key, IEnumerable<object> values)
Parameters
Type | Name | Description |
---|---|---|
System.Object | key | |
System.Collections.Generic.IEnumerable<System.Object> | values |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
System.Runtime.Serialization.ISerializable
Inherited Members
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Add(System.Object, System.Collections.Generic.HashSet<System.Object>)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Clear()
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.ContainsKey(System.Object)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.ContainsValue(System.Collections.Generic.HashSet<System.Object>)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.EnsureCapacity(System.Int32)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Remove(System.Object)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Remove(System.Object, System.Collections.Generic.HashSet<System.Object>)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>>.Add(System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>>.Contains(System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>>.CopyTo(System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>[], System.Int32)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>>.Remove(System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.TrimExcess()
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.TrimExcess(System.Int32)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.TryAdd(System.Object, System.Collections.Generic.HashSet<System.Object>)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.TryGetValue(System.Object, System.Collections.Generic.HashSet<System.Object>)
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Comparer
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Count
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Item[System.Object]
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Keys
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Collections.Generic.HashSet<System.Object>>>.IsReadOnly
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.IDictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Keys
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.IDictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Values
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.IReadOnlyDictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Keys
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.Generic.IReadOnlyDictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Values
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.Item[System.Object]
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.Object, System.Collections.Generic.HashSet<System.Object>>.Values
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()