ConstructorHistory..::..Values Property
Gets the values.
Namespace:
FastMoq.ModelsAssembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
public IEnumerable<IReadOnlyList<IHistoryModel>> Values { get; }
Public ReadOnly Property Values As IEnumerable(Of IReadOnlyList(Of IHistoryModel)) Get
public: property IEnumerable<IReadOnlyList<IHistoryModel^>^>^ Values { IEnumerable<IReadOnlyList<IHistoryModel^>^>^ get (); }