ConstructorHistory..::..Contains Method

Namespace:  FastMoq.Models
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public bool Contains(
	Type key
)
Public Function Contains ( _
	key As Type _
) As Boolean
public:
bool^ Contains(
	Type^ key
)

Parameters

key
Type: Type