ConstructorHistory..::..Item Property

Gets the KeyValuePair at the specified index.

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

Syntax


public KeyValuePair<Type, IReadOnlyList<IHistoryModel>> this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As KeyValuePair(Of Type, IReadOnlyList(Of IHistoryModel))
	Get
public:
property KeyValuePair<Type^, IReadOnlyList<IHistoryModel^>^>^ default[int^ index] {
	KeyValuePair<Type^, IReadOnlyList<IHistoryModel^>^>^ get (int^ index);
}

Parameters

index
Type: Int32
The index.

Return Value

System.Collections.Generic.KeyValuePair<System.Type, System.Collections.Generic.IReadOnlyList< FastMoq.Models.IHistoryModel>>.