ListSortDescriptionCollection 클래스

정의

개체의 ListSortDescription 컬렉션을 나타냅니다.

public ref class ListSortDescriptionCollection : System::Collections::IList
public class ListSortDescriptionCollection : System.Collections.IList
type ListSortDescriptionCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
type ListSortDescriptionCollection = class
    interface ICollection
    interface IEnumerable
    interface IList
Public Class ListSortDescriptionCollection
Implements IList
상속
ListSortDescriptionCollection
구현

설명

클래스는 ListSortDescriptionCollection 인터페이스에서 IBindingListView 사용됩니다.

ListSortDescriptionCollection 번 생성된 읽기 전용입니다.

생성자

Name Description
ListSortDescriptionCollection()

ListSortDescriptionCollection 클래스의 새 인스턴스를 초기화합니다.

ListSortDescriptionCollection(ListSortDescription[])

지정된 개체 배열 ListSortDescription 을 사용하여 클래스의 ListSortDescriptionCollection 새 인스턴스를 초기화합니다.

속성

Name Description
Count

컬렉션의 항목 수를 가져옵니다.

Item[Int32]

지정된 ListSortDescription을 가져오거나 설정합니다.

메서드

Name Description
Contains(Object)

특정 값이 ListSortDescriptionCollection 포함되어 있는지 여부를 확인합니다.

CopyTo(Array, Int32)

지정된 대상 배열 인덱스에서 시작하여 컬렉션의 내용을 지정된 배열에 복사합니다.

Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
IndexOf(Object)

컬렉션에서 지정된 항목의 인덱스 값을 반환합니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

Name Description
ICollection.IsSynchronized

컬렉션에 대한 액세스가 스레드로부터 안전한지 여부를 나타내는 값을 가져옵니다.

ICollection.SyncRoot

컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 현재 인스턴스를 가져옵니다.

IEnumerable.GetEnumerator()

IEnumerator 컬렉션을 반복하는 데 사용할 수 있는 값을 가져옵니다.

IList.Add(Object)

컬렉션에 항목을 추가합니다.

IList.Clear()

컬렉션에서 모든 항목을 제거합니다.

IList.Insert(Int32, Object)

지정된 인덱스의 컬렉션에 항목을 삽입합니다.

IList.IsFixedSize

컬렉션의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.

IList.IsReadOnly

컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

IList.Item[Int32]

지정된 ListSortDescription을 가져옵니다.

IList.Remove(Object)

컬렉션에서 항목의 첫 번째 항목을 제거합니다.

IList.RemoveAt(Int32)

컬렉션에서 지정된 인덱스의 항목을 제거합니다.

확장명 메서드

Name Description
AsParallel(IEnumerable)

쿼리의 병렬 처리를 사용하도록 설정합니다.

AsQueryable(IEnumerable)

IEnumerable IQueryable변환합니다.

Cast<TResult>(IEnumerable)

IEnumerable 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable 요소를 필터링합니다.

적용 대상