AdvisableHashSet<T> Methods |
The AdvisableHashSet<T> generic type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds an element to the current set and returns a value to indicate if the element was successfully added. | |
AddItem |
Inserts an element into the underlying set.
| |
ChangeManyItems |
Modifies the underlying set by adding and removing the specified items.
| |
Clear | Removes all items from the ICollection<T>. | |
ClearItems |
Removes all elements from the underlying set.
| |
Contains | Determines whether the ICollection<T> contains a specific value. | |
CopyTo(T[]) |
Copies the elements of an AdvisableHashSet<T> object to an array.
| |
CopyTo(T[], Int32) | ||
CopyTo(T[], Int32, Int32) |
Copies the specified number of elements of an AdvisableHashSet<T> object to an array, starting at the specified array index.
| |
CreateSetComparer |
Returns an IEqualityComparer object that can be used for equality testing of a AdvisableHashSet<T> object.
| |
ExceptWith | Removes all elements in the specified collection from the current set. | |
ExecuteWithAdvices<TResult, TAction> |
Executes an action wrapped by all custom advices added to the current object.
(Inherited from DynamicallyAdvisableObject.) | |
GetAdviceEnumerator |
Gets an AdviceEnumerator<T> for the ICollectionDynamicAdvice<T> interface.
| |
GetEnumerator |
Returns an enumerator that iterates through the AdvisableHashSet<T>.
| |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Overrides DynamicallyAdvisableObject.GetObjectData(SerializationInfo, StreamingContext).) | |
InitializeAdvices |
Initializes the list of dynamic advices.
(Inherited from DynamicallyAdvisableObject.) | |
IntersectWith | Modifies the current set so that it contains only elements that are also in a specified collection. | |
IsProperSubsetOf | Determines whether the current set is a proper (strict) subset of a specified collection. | |
IsProperSupersetOf | Determines whether the current set is a proper (strict) superset of a specified collection. | |
IsSubsetOf | Determines whether a set is a subset of a specified collection. | |
IsSupersetOf | Determines whether the current set is a superset of a specified collection. | |
OnDeserialization | Runs when the entire object graph has been deserialized. (Overrides DynamicallyAdvisableObject.OnDeserialization(Object).) | |
Overlaps | Determines whether the current set overlaps with the specified collection. | |
Remove | Removes the first occurrence of a specific object from the ICollection<T>. | |
RemoveItem |
Removes an element from the underlying collection.
| |
RemoveWhere |
Removes all elements that match the conditions defined by the specified predicate from a HashSet<T> collection.
| |
SetEquals | Determines whether the current set and the specified collection contain the same elements. | |
SymmetricExceptWith | Modifies the current set so that it contains only elements that are present either in the current set or in the specified collection, but not both. | |
TrimExcess |
Sets the capacity of a AdvisableHashSet<T> object to the actual number of elements it contains,
rounded up to a nearby, implementation-specific value.
| |
UnionWith | Modifies the current set so that it contains all elements that are present in the current set, in the specified collection, or in both. |
Name | Description | |
---|---|---|
ToAdvisableCollection<T> |
Converts an IEnumerable<T> into an AdvisableCollection<T>.
(Defined by Extensions.) | |
ToAdvisableDictionary<T, TKey, TValue> |
Converts an IEnumerable<T> into a AdvisableDictionary<TKey, TValue> given a method returning the item key and a method returning the item value.
(Defined by Extensions.) | |
ToAdvisableHashSet<T> |
Converts an IEnumerable<T> into an AdvisableHashSet<T>.
(Defined by Extensions.) |