C# 클래스 Antaris.AspNetCore.Mvc.Widgets.Infrastructure.WidgetDescriptorCollection

Represents a collection of widget descriptors.
파일 보기 프로젝트 열기: Antaris/AspNetCore.Mvc.Widgets 1 사용 예제들

공개 메소드들

메소드 설명
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