ConstructorHistory..::..Item Property
Namespace:
FastMoq.Models
Assembly: FastMoq.Core (in FastMoq.Core.dll)
Assembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
public IEnumerable<IHistoryModel> this[ Type key ] { get; }
Public ReadOnly Default Property Item ( _ key As Type _ ) As IEnumerable(Of IHistoryModel) Get
public: property IEnumerable<IHistoryModel^>^ default[Type^ key] { IEnumerable<IHistoryModel^>^ get (Type^ key); }
Parameters
- key
- Type: Type