The AssemblyReferenceSet type exposes the following members.

Constructors

  NameDescription
Public methodAssemblyReferenceSet
Initializes a new instance of the AssemblyReferenceSet class

Methods

  NameDescription
Public methodAdd(IEnumerable<(Of <<'(String>)>>))
Public methodAdd(String)
Public methodAdd(T)
Adds the specified element to a set.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodAdd(IEnumerable<(Of <<'(String>)>>), String)
Public methodAdd(String, String)
Public methodAdd(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), Boolean)
Public methodAdd(String, IEnumerable<(Of <<'(String>)>>), Boolean)
Public methodAdd(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), Boolean)
Public methodAdd(String, IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), Boolean)
Public methodClear
Removes all elements from a HashSet<(Of <(<'T>)>)> object.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodContains
Determines whether a HashSet<(Of <(<'T>)>)> object contains the specified element.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodCopyTo(array<T>[]()[][])
Copies the elements of a HashSet<(Of <(<'T>)>)> object to an array.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodCopyTo(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>)>)>.)
Public methodCopyTo(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>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExceptWith
Removes all elements in the specified collection from the current HashSet<(Of <(<'T>)>)> object.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a HashSet<(Of <(<'T>)>)> object.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
Implements the ISerializable interface and returns the data needed to serialize a HashSet<(Of <(<'T>)>)> object.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersectWith
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>)>)>.)
Public methodIsProperSubsetOf
Determines whether a HashSet<(Of <(<'T>)>)> object is a proper subset of the specified collection.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodIsProperSupersetOf
Determines whether a HashSet<(Of <(<'T>)>)> object is a proper superset of the specified collection.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodIsSubsetOf
Determines whether a HashSet<(Of <(<'T>)>)> object is a subset of the specified collection.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodIsSupersetOf
Determines whether a HashSet<(Of <(<'T>)>)> object is a superset of the specified collection.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodOverlaps
Determines whether the current HashSet<(Of <(<'T>)>)> object and a specified collection share common elements.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodRemove
Removes the specified element from a HashSet<(Of <(<'T>)>)> object.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodRemoveWhere
Removes all elements that match the conditions defined by the specified predicate from a HashSet<(Of <(<'T>)>)> collection.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodSetEquals
Determines whether a HashSet<(Of <(<'T>)>)> object and the specified collection contain the same elements.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public methodShadowCopy
Public methodSymmetricExceptWith
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>)>)>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimExcess
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>)>)>.)
Public methodUnionWith
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

  NameDescription
Public propertyComparer
Gets the IEqualityComparer<(Of <(<'T>)>)> object that is used to determine equality for the values in the set.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)
Public propertyCount
Gets the number of elements that are contained in a set.
(Inherited from HashSet<(Of <(<'AssemblyReference>)>)>.)

See Also