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

Represents a collection of widget descriptors.
Mostrar archivo Open project: Antaris/AspNetCore.Mvc.Widgets Class Usage Examples

Public Methods

Method Description
WidgetDescriptorCollection ( IEnumerable items, int version ) : System.Collections.Generic

Initialises a new instance of WidgetDescriptorCollection.

Method Details

WidgetDescriptorCollection() public method

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.
return System.Collections.Generic