C# Класс Antaris.AspNetCore.Mvc.Widgets.Infrastructure.WidgetDescriptorCollection

Represents a collection of widget descriptors.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WidgetDescriptorCollection ( IEnumerable items, int version ) : System.Collections.Generic

Initialises a new instance of WidgetDescriptorCollection.

Описание методов

WidgetDescriptorCollection() публичный Метод

Initialises a new instance of WidgetDescriptorCollection.
public WidgetDescriptorCollection ( IEnumerable items, int version ) : System.Collections.Generic
items IEnumerable The set of widget descriptor items.
version int The collection version.
Результат System.Collections.Generic