System::Collections::IList क्लास

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) constRTTI जानकारी।
virtual IndexOf(SharedPtr<System::Object>) constनिर्दिष्ट आइटम का पहला इंडेक्स प्राप्त करता है।
virtual Insert(int, SharedPtr<System::Object>)निर्दिष्ट इंडेक्स पर सूची में आइटम सम्मिलित करता है।
virtual Remove(SharedPtr<System::Object>)सूची से निर्दिष्ट आइटम की पहली घटना हटाता है।
virtual RemoveAt(int)निर्दिष्ट इंडेक्स पर सूची से आइटम हटाता है।

संबंधित देखें