ConstructorHistory Constructor (IDictionary<(Of <(<'Type, List<(Of <(<'IHistoryModel>)>)>>)>)>)

Initializes a new instance of the ConstructorHistory class.

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

Syntax


public ConstructorHistory(
	IDictionary<Type, List<IHistoryModel>> dictionary
)
Public Sub New ( _
	dictionary As IDictionary(Of Type, List(Of IHistoryModel)) _
)
public:
ConstructorHistory(
	IDictionary<Type^, List<IHistoryModel^>^>^ dictionary
)

Parameters

dictionary
Type: IDictionary<(Of <(<'Type, List<(Of <(<'IHistoryModel>)>)>>)>)>
The dictionary.