System::Collections::IList class

IList class

IList Represents a non-generic collection of objects that can be individually accessed by index.

class IList : public virtual System::Collections::ICollection

الطرق

طريقةالوصف
virtual Add(SharedPtr<System::Object>)يضيف عنصرًا إلى نهاية القائمة.
virtual Clear()يزيل جميع العناصر من القائمة.
virtual Contains(SharedPtr<System::Object>) constيتحقق مما إذا كان العنصر موجودًا في القائمة.
virtual get_IsFixedSize() constيحصل على قيمة تشير إلى ما إذا كانت القائمة ذات حجم ثابت.
virtual idx_get(int, int) constمعلومات RTTI.
virtual IndexOf(SharedPtr<System::Object>) constيحصل على الفهرس الأول للعنصر المحدد.
virtual Insert(int, SharedPtr<System::Object>)يدرج العنصر في القائمة عند الفهرس المحدد.
virtual Remove(SharedPtr<System::Object>)يزيل أول نسخة من العنصر المحدد من القائمة.
virtual RemoveAt(int)يزيل العنصر من القائمة عند الفهرس المحدد.

انظر أيضًا