Add | Adds the specified element to a set.
DISPID (Dispatch ID):
For more information, see Add in .NET Reference. |
Clear | Removes all elements from a set.
DISPID (Dispatch ID):
For more information, see Clear in .NET Reference. |
Contains | Determines whether a set contains the specified element.
DISPID (Dispatch ID):
For more information, see Contains in .NET Reference. |
Equals | Determines whether the specified object is equal to the current object.
DISPID (Dispatch ID):
For more information, see Equals in .NET Reference. |
ExceptWith | Removes all elements in the specified set from the current set.
DISPID (Dispatch ID):
For more information, see ExceptWith in .NET Reference. |
GetEnumerator | Returns an enumerator that iterates through a set.
DISPID (Dispatch ID):
For more information, see GetEnumerator in .NET Reference. |
GetHashCode | Returns a hash code for the current object.
DISPID (Dispatch ID):
For more information, see GetHashCode in .NET Reference. |
GetObjectData |
DISPID (Dispatch ID):
For more information, see GetObjectData in .NET Reference. |
GetType | Gets the Type of the current instance.
DISPID (Dispatch ID):
For more information, see GetType in .NET Reference. |
IntersectWith | Modifies the current set to contain only elements that are present in that object and in the specified set.
DISPID (Dispatch ID):
For more information, see IntersectWith in .NET Reference. |
IsProperSubsetOf | Determines whether a set is a proper subset of the specified set.
DISPID (Dispatch ID):
For more information, see IsProperSubsetOf in .NET Reference. |
IsProperSupersetOf | Determines whether a set is a proper superset of the specified set.
DISPID (Dispatch ID):
For more information, see IsProperSupersetOf in .NET Reference. |
IsSubsetOf | Determines whether a set is a subset of the specified set.
DISPID (Dispatch ID):
For more information, see IsSubsetOf in .NET Reference. |
IsSupersetOf | Determines whether a set is a superset of the specified set.
DISPID (Dispatch ID):
For more information, see IsSupersetOf in .NET Reference. |
OnDeserialization |
DISPID (Dispatch ID):
For more information, see OnDeserialization in .NET Reference. |
Overlaps | Determines whether the current set and a specified set share common elements.
DISPID (Dispatch ID):
For more information, see Overlaps in .NET Reference. |
Remove | Removes the specified element from a set.
DISPID (Dispatch ID):
For more information, see Remove in .NET Reference. |
SetEquals | Determines whether a set and the specified set contain the same elements.
DISPID (Dispatch ID):
For more information, see SetEquals in .NET Reference. |
SymmetricExceptWith | Modifies the current set to contain only elements that are present either in that set or in the specified set, but not both.
DISPID (Dispatch ID):
For more information, see SymmetricExceptWith in .NET Reference. |
TrimExcess | Sets the capacity of a UAQualifiedNameSet object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value.
DISPID (Dispatch ID):
For more information, see TrimExcess in .NET Reference. |
TryGetValue | Searches the set for a given value and returns the equal value it finds, if any.
DISPID (Dispatch ID):
For more information, see TryGetValue in .NET Reference. |
UnionWith | Modifies the current set to contain all elements that are present in itself, the specified set, or both.
DISPID (Dispatch ID):
For more information, see UnionWith in .NET Reference. |