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

Determines whether [contains] [the specified signature].

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

Syntax


public bool Contains(
	IReadOnlyList<Type> signature
)
Public Function Contains ( _
	signature As IReadOnlyList(Of Type) _
) As Boolean

Parameters

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

Return Value

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