ConstructorMetadataCollection..::..Find Method (array<Type>[]()[][])
Attempts to find the specified constructor. Returns null if no match was found.
Namespace:
Tortuga.Anchor.MetadataAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public Nullable<ConstructorMetadata> Find( params Type[] signature )
Public Function Find ( _ ParamArray signature As Type() _ ) As Nullable(Of ConstructorMetadata)
Parameters
- signature
- Type: array<Type>[]()[][]
The signature.