C# Class Antaris.AspNetCore.Mvc.Widgets.Infrastructure.WidgetDescriptorCollection

Represents a collection of widget descriptors.
Afficher le fichier Open project: Antaris/AspNetCore.Mvc.Widgets Class Usage Examples

Méthodes publiques

Méthode Description
WidgetDescriptorCollection ( IEnumerable items, int version ) : System.Collections.Generic

Initialises a new instance of WidgetDescriptorCollection.

Method Details

WidgetDescriptorCollection() public méthode

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.
Résultat System.Collections.Generic