ConstructorMetadataCollection Methods

The ConstructorMetadataCollection type exposes the following members.

Methods


  Name Description
Public method Contains(ConstructorMetadata)
Determines whether the ICollection contains a specific value.
Public method Contains(IReadOnlyList<(Of <<'(Type>)>>))
Determines whether [contains] [the specified signature].
Public method Contains(array<Type>[]()[][])
Determines whether [contains] [the specified signature].
Public method CopyTo
Copies the elements of the [ICollection{T}] to an Array, starting at a particular Array index.
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Find(IReadOnlyList<(Of <<'(Type>)>>))
Attempts to find the specified constructor. Returns null if no match was found.
Public method Find(array<Type>[]()[][])
Attempts to find the specified constructor. Returns null if no match was found.
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Determines the index of a specific item in the collection. />.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)