DataListItemCollection(ArrayList) 생성자

정의

DataListItemCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 DataListItemCollection(System::Collections::ArrayList ^ items);
public DataListItemCollection (System.Collections.ArrayList items);
new System.Web.UI.WebControls.DataListItemCollection : System.Collections.ArrayList -> System.Web.UI.WebControls.DataListItemCollection
Public Sub New (items As ArrayList)

매개 변수

items
ArrayList

컬렉션을 초기화할 항목이 들어 있는 ArrayList 개체입니다.

설명

이 생성자를 사용 하 여 만들고의 새 인스턴스를 초기화 하는 DataListItemCollection 클래스입니다.

적용 대상

추가 정보