ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









ArrayListCollectionBase.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

Defines a basic collection that is extended by classes like
ObjectListCommandCollection and
DeviceSpecificChoiceCollection. It is not intended
for direct use in ASP.NET applications.

public class 

ArrayListCollectionBase : ICollection, IEnumerable {
// Public Instance Properties
public int

Count {get; } // implements ICollection
public bool

IsReadOnly {get; }
public bool

IsSynchronized {get; } // implements ICollection
public object

SyncRoot {get; }// implements ICollection
// Protected Instance Properties
protected ArrayList

Items {set; get; }
// Public Instance Methods
public void

CopyTo (Array

array , int

index );// implements ICollection
public IEnumerator

GetEnumerator ( );// implements IEnumerable
}



Subclasses


DeviceSpecificChoiceCollection,
MobileListItemCollection,
ObjectListCommandCollection,
ObjectListFieldCollection,
ObjectListItemCollection


/ 873