SelectableViewModelCollection<TItemModel, TItemViewModel>(IList<TItemModel>, ViewModelScope) - конструктор |
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic SelectableViewModelCollection(
IList<TItemModel> model,
ViewModelScope scope
)
Public Sub New (
model As IList(Of TItemModel),
scope As ViewModelScope
)
public:
SelectableViewModelCollection(
IList<TItemModel>^ model,
ViewModelScope^ scope
)
new :
model : IList<'TItemModel> *
scope : ViewModelScope -> SelectableViewModelCollectionПараметры
- model
- Тип: System.Collections.Generic.IList<TItemModel>
- scope
- Тип: Tessa.UI.ViewModelScope
См. также