GridViewRowCollection(ArrayList) Oluşturucu

Tanım

Belirtilen GridViewRowCollection nesneyi kullanarak sınıfın ArrayList yeni bir örneğini başlatır.

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)

Parametreler

rows
ArrayList

ArrayList Koleksiyonun GridViewRow başlatıldığı nesneleri içeren bir nesne.

Açıklamalar

Belirtilen GridViewRowCollection nesneyi kullanarak sınıfın System.Collections.ArrayList yeni bir örneğini başlatmak için bu oluşturucuyu kullanın. nesnesi, System.Collections.ArrayList koleksiyonun GridViewRow doldurulması için nesneleri içermelidir.

Şunlara uygulanır

Ayrıca bkz.