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) const | RTTI जानकारी। |
| virtual IndexOf(SharedPtr<System::Object>) const | निर्दिष्ट आइटम का पहला इंडेक्स प्राप्त करता है। |
| virtual Insert(int, SharedPtr<System::Object>) | निर्दिष्ट इंडेक्स पर सूची में आइटम सम्मिलित करता है। |
| virtual Remove(SharedPtr<System::Object>) | सूची से निर्दिष्ट आइटम की पहली घटना हटाता है। |
| virtual RemoveAt(int) | निर्दिष्ट इंडेक्स पर सूची से आइटम हटाता है। |
संबंधित देखें
- Class ICollection
- Namespace System::Collections
- Library Aspose.Page for C++