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++