GridViewRowCollection(ArrayList) 생성자

정의

지정된 GridViewRowCollection 개체를 사용하여 클래스의 ArrayList 새 인스턴스를 초기화합니다.

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

매개 변수

rows
ArrayList

ArrayList 컬렉션을 초기화할 개체가 GridViewRow 들어 있는 개체입니다.

설명

이 생성자를 사용하여 지정된 GridViewRowCollection 개체를 사용하여 클래스의 System.Collections.ArrayList 새 인스턴스를 초기화합니다. 개체는 System.Collections.ArrayList 컬렉션을 채울 개체를 포함 GridViewRow 해야 합니다.

적용 대상

추가 정보