ConstructorHistory..::..ContainsKey Method

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

Syntax


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

Parameters

key
Type: Type