Name | Description | |
---|---|---|
UANodeIdSet Constructor | Overloaded. |
The following tables list the members exposed by UANodeIdSet.
Name | Description | |
---|---|---|
UANodeIdSet Constructor | Overloaded. |
Name | Description | |
---|---|---|
Comparer | Gets the IEqualityComparer object that is used to determine equality for the values in the set. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
Count | Gets the number of elements that are contained in a set. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
Empty | An empty OPC-UA node ID set. |
Name | Description | |
---|---|---|
Add | Adds the specified element to a set. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
Clear | Removes all elements from a HashSet object. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
Contains | Determines whether a HashSet object contains the specified element. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
CopyTo | Overloaded. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
Equals | (Inherited from object) | |
ExceptWith | Removes all elements in the specified collection from the current HashSet object. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
GetEnumerator | Returns an enumerator that iterates through a HashSet object. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize a HashSet object. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
IntersectWith | Modifies the current HashSet object to contain only elements that are present in that object and in the specified collection. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
IsProperSubsetOf | Determines whether a HashSet object is a proper subset of the specified collection. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
IsProperSupersetOf | Determines whether a HashSet object is a proper superset of the specified collection. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
IsSubsetOf | Determines whether a HashSet object is a subset of the specified collection. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
IsSupersetOf | Determines whether a HashSet object is a superset of the specified collection. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
OnDeserialization | Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
Overlaps | Determines whether the current HashSet object and a specified collection share common elements. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
Remove | Removes the specified element from a HashSet object. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
RemoveWhere | Removes all elements that match the conditions defined by the specified predicate from a HashSet collection. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
SetEquals | Determines whether a HashSet object and the specified collection contain the same elements. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
SymmetricExceptWith | Modifies the current HashSet object to contain only elements that are present either in that object or in the specified collection, but not both. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
ToString | Returns a string that represents the current object. (Inherited from object) | |
TrimExcess | Sets the capacity of a HashSet object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
TryGetValue | Searches the set for a given value and returns the equal value it finds, if any. (Inherited from System.Collections.Generic.HashSet<UANodeId>) | |
UnionWith | Modifies the current HashSet object to contain all elements that are present in itself, the specified collection, or both. (Inherited from System.Collections.Generic.HashSet<UANodeId>) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |