ConstructorMetadataCollection..::..Find Method (IReadOnlyList<(Of <(<'Type>)>)>)

Attempts to find the specified constructor. Returns null if no match was found.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public Nullable<ConstructorMetadata> Find(
	IReadOnlyList<Type> signature
)
Public Function Find ( _
	signature As IReadOnlyList(Of Type) _
) As Nullable(Of ConstructorMetadata)

Parameters

signature
Type: IReadOnlyList<(Of <(<'Type>)>)>
The signature.

Return Value

true if XXXX, false otherwise.