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