System::Collections::Generic::HashSet::HashSet 생성자

HashSet::HashSet() constructor

RTTI 정보.

System::Collections::Generic::HashSet<T>::HashSet()

비고

빈 집합을 생성합니다.

또 보기

HashSet::HashSet(const SharedPtr<IEnumerable<T>>&) constructor

열거 가능한 값들을 기반으로 HashSet을 생성합니다.

System::Collections::Generic::HashSet<T>::HashSet(const SharedPtr<IEnumerable<T>> &items)

또 보기

HashSet::HashSet(const SharedPtr<IEqualityComparer<T>>&) constructor

지정된 동일성 비교자를 사용하는 빈 집합을 생성합니다.

System::Collections::Generic::HashSet<T>::HashSet(const SharedPtr<IEqualityComparer<T>> &comparer)
매개변수형식설명
comparerconst SharedPtr<IEqualityComparer<T>>&Comparer 객체를 hashset과 연결합니다.

또 보기

HashSet::HashSet(int) constructor

지정된 용량으로 빈 집합을 생성합니다.

System::Collections::Generic::HashSet<T>::HashSet(int capacity)

또 보기