ConstructorMetadataCollection Members
The ConstructorMetadataCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Contains(ConstructorMetadata) |
Determines whether the ICollection contains a specific value.
|
![]() |
Contains(IReadOnlyList<(Of <<'(Type>)>>)) |
Determines whether [contains] [the specified signature].
|
![]() |
Contains(array<Type>[]()[][]) |
Determines whether [contains] [the specified signature].
|
![]() |
CopyTo | |
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
Find(IReadOnlyList<(Of <<'(Type>)>>)) |
Attempts to find the specified constructor. Returns null if no match was found.
|
![]() |
Find(array<Type>[]()[][]) |
Attempts to find the specified constructor. Returns null if no match was found.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Determines the index of a specific item in the collection. />.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements contained in the [ICollection{T}].
|
![]() |
DefaultConstructor |
Gets a the default constructor, if it has one..
|
![]() |
HasDefaultConstructor |
Gets a value indicating whether this instance has a default constructor.
|
![]() |
IsReadOnly |
Gets a value indicating whether the [ICollection{T}] is read-only.
|
![]() |
Item |
Gets the ConstructorMetadata at the specified index.
|
![]() |
PreferredConstructor |
Gets a the preferred constructor, if it has one..
|