public IList<TItemModel> Model { get; }
Public ReadOnly Property Model As IList(Of TItemModel) Get
public: property IList<TItemModel>^ Model { IList<TItemModel>^ get (); }
member Model : IList<'TItemModel> with get
In This Article