ConstructorMetadataCollection..::..Contains Method (array<Type>[]()[][])

Determines whether [contains] [the specified signature].

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

Syntax


public bool Contains(
	params Type[] signature
)
Public Function Contains ( _
	ParamArray signature As Type() _
) As Boolean

Parameters

signature
Type: array<Type>[]()[][]
The signature.

Return Value

true if [contains] [the specified signature]; otherwise, false.