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) | (Inherited from Object.) |
|
|
Finalize | (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 | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
IndexOf |
Determines the index of a specific item in the collection. />.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (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..
|

