ConstructorHistory Class
Class ConstructorHistory.
Implements the IReadOnlyDictionary
Namespace:
FastMoq.ModelsAssembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
public class ConstructorHistory : ILookup<Type, IHistoryModel>, IReadOnlyDictionary<Type, ReadOnlyCollection<IHistoryModel>>, IEnumerable<KeyValuePair<Type, IEnumerable<IHistoryModel>>>
Public Class ConstructorHistory _ Implements ILookup(Of Type, IHistoryModel), _ IReadOnlyDictionary(Of Type, ReadOnlyCollection(Of IHistoryModel)), IEnumerable(Of KeyValuePair(Of Type, IEnumerable(Of IHistoryModel)))
public ref class ConstructorHistory : ILookup<Type^, IHistoryModel^>, IReadOnlyDictionary<Type^, ReadOnlyCollection<IHistoryModel^>^>, IEnumerable<KeyValuePair<Type^, IEnumerable<IHistoryModel^>^>^>