다음을 통해 공유


ArrayList 멤버

크기가 필요에 따라 동적으로 증가되는 배열을 사용하여 IList 인터페이스를 구현합니다.

다음 표에서는 ArrayList 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method Supported by the .NET Compact Framework ArrayList 오버로드되었습니다. ArrayList 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework Capacity ArrayList에 포함될 수 있는 요소의 수를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework Count ArrayList에 실제로 포함된 요소의 수를 가져옵니다.
Public property Supported by the .NET Compact Framework IsFixedSize ArrayList의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework IsReadOnly ArrayList가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework IsSynchronized ArrayList에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework Item 지정한 인덱스에 있는 요소를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework SyncRoot ArrayList에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Static Adapter 특정 IList에 대해 ArrayList 래퍼를 만듭니다.
Public method Supported by the .NET Compact Framework Add 개체를 ArrayList의 끝 부분에 추가합니다.
Public method Supported by the .NET Compact Framework AddRange ArrayList의 끝에 ICollection의 요소를 복사합니다.
Public method Supported by the .NET Compact Framework BinarySearch 오버로드되었습니다. 이진 검색 알고리즘을 사용하여 정렬된 ArrayList나 그 일부에서 특정 요소를 찾습니다.
Public method Supported by the .NET Compact Framework Clear ArrayList에서 요소를 모두 제거합니다.
Public method Supported by the .NET Compact Framework Clone ArrayList의 단순 복사본을 만듭니다.
Public method Supported by the .NET Compact Framework Contains 요소가 ArrayList에 있는지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework CopyTo 오버로드되었습니다. ArrayList 또는 그 일부를 1차원 배열에 복사합니다.
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Static FixedSize 오버로드되었습니다. 요소를 수정할 수는 있지만 추가하거나 제거할 수는 없는 고정 크기의 목록 래퍼를 반환합니다.
Public method GetEnumerator 오버로드되었습니다. ArrayList 전체에 걸쳐 반복하는 열거자를 반환합니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method GetRange 소스 ArrayList에서 요소의 하위 집합을 나타내는 ArrayList를 반환합니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework IndexOf 오버로드되었습니다. ArrayList 또는 그 일부에서 처음 나오는 값의 인덱스(0부터 시작)를 반환합니다.
Public method Supported by the .NET Compact Framework Insert ArrayList의 지정된 인덱스에 요소를 삽입합니다.
Public method Supported by the .NET Compact Framework InsertRange ArrayList의 지정된 인덱스에 컬렉션의 요소를 삽입합니다.
Public method LastIndexOf 오버로드되었습니다. ArrayList 또는 그 일부에서 마지막으로 나오는 값의 인덱스(0부터 시작)를 반환합니다.
Public method Static ReadOnly 오버로드되었습니다. 읽기 전용인 목록 래퍼를 반환합니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework Remove ArrayList에서 맨 처음 발견되는 특정 개체를 제거합니다.
Public method Supported by the .NET Compact Framework RemoveAt ArrayList의 지정한 인덱스에서 요소를 제거합니다.
Public method Supported by the .NET Compact Framework RemoveRange ArrayList에서 요소의 범위를 제거합니다.
Public method Static Repeat 요소가 지정된 값의 복사본인 ArrayList를 반환합니다.
Public method Supported by the .NET Compact Framework Reverse 오버로드되었습니다. ArrayList 또는 그 일부에서 요소의 순서를 반대로 바꿉니다.
Public method SetRange ArrayList의 요소 범위에 대해 컬렉션의 요소를 복사합니다.
Public method Supported by the .NET Compact Framework Sort 오버로드되었습니다. ArrayList 또는 그 일부에 포함된 요소를 정렬합니다.
Public method Static Supported by the .NET Compact Framework Synchronized 오버로드되었습니다. 동기화되어 스레드로부터 안전하게 보호되는 목록 래퍼를 반환합니다.
Public method Supported by the .NET Compact Framework ToArray 오버로드되었습니다. ArrayList의 요소를 새 배열에 복사합니다.
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework TrimToSize 용량을 ArrayList의 실제 요소 수로 설정합니다.

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

참고 항목

참조

ArrayList 클래스
System.Collections 네임스페이스
IList
System.Collections.Generic.List

기타 리소스

컬렉션에서 Culture를 구분하지 않는 문자열 작업 수행