The AssemblyReferenceSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AssemblyReferenceSet | Initializes a new instance of the AssemblyReferenceSet class |
Methods
Name | Description | |
---|---|---|
![]() | Add(IEnumerable<(Of <<'(String>)>>)) | |
![]() | Add(String) | |
![]() | Add(T) | Adds the specified element to a set. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | Add(IEnumerable<(Of <<'(String>)>>), String) | |
![]() | Add(String, String) | |
![]() | Add(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), Boolean) | |
![]() | Add(String, IEnumerable<(Of <<'(String>)>>), Boolean) | |
![]() | Add(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), Boolean) | |
![]() | Add(String, IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), Boolean) | |
![]() | Clear | Removes all elements from a HashSet<(Of <(<'T>)>)> object. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | Contains | Determines whether a HashSet<(Of <(<'T>)>)> object contains the specified element. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | CopyTo(array<T>[]()[][]) | Copies the elements of a HashSet<(Of <(<'T>)>)> object to an array. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | CopyTo(array<T>[]()[][], Int32) | Copies the elements of a HashSet<(Of <(<'T>)>)> object to an array, starting at the specified array index. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | CopyTo(array<T>[]()[][], Int32, Int32) | Copies the specified number of elements of a HashSet<(Of <(<'T>)>)> object to an array, starting at the specified array index. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | Equals | (Inherited from Object.) |
![]() | ExceptWith | Removes all elements in the specified collection from the current HashSet<(Of <(<'T>)>)> object. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through a HashSet<(Of <(<'T>)>)> object. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData | Implements the ISerializable interface and returns the data needed to serialize a HashSet<(Of <(<'T>)>)> object. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IntersectWith | Modifies the current HashSet<(Of <(<'T>)>)> object to contain only elements that are present in that object and in the specified collection. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | IsProperSubsetOf | Determines whether a HashSet<(Of <(<'T>)>)> object is a proper subset of the specified collection. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | IsProperSupersetOf | Determines whether a HashSet<(Of <(<'T>)>)> object is a proper superset of the specified collection. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | IsSubsetOf | Determines whether a HashSet<(Of <(<'T>)>)> object is a subset of the specified collection. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | IsSupersetOf | Determines whether a HashSet<(Of <(<'T>)>)> object is a superset of the specified collection. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | Overlaps | Determines whether the current HashSet<(Of <(<'T>)>)> object and a specified collection share common elements. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | Remove | Removes the specified element from a HashSet<(Of <(<'T>)>)> object. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | RemoveWhere | Removes all elements that match the conditions defined by the specified predicate from a HashSet<(Of <(<'T>)>)> collection. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | SetEquals | Determines whether a HashSet<(Of <(<'T>)>)> object and the specified collection contain the same elements. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | ShadowCopy | |
![]() | SymmetricExceptWith | Modifies the current HashSet<(Of <(<'T>)>)> object to contain only elements that are present either in that object or in the specified collection, but not both. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrimExcess | Sets the capacity of a HashSet<(Of <(<'T>)>)> object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | UnionWith | Modifies the current HashSet<(Of <(<'T>)>)> object to contain all elements that are present in itself, the specified collection, or both. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
Properties
Name | Description | |
---|---|---|
![]() | Comparer | Gets the IEqualityComparer<(Of <(<'T>)>)> object that is used to determine equality for the values in the set. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |
![]() | Count | Gets the number of elements that are contained in a set. (Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.) |