System::Collections::Generic::HashSet::HashSet 생성자
내용물
[
숨다
]HashSet::HashSet() constructor
RTTI 정보.
System::Collections::Generic::HashSet<T>::HashSet()
비고
빈 집합을 생성합니다.
또 보기
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
HashSet::HashSet(const SharedPtr<IEnumerable<T>>&) constructor
열거 가능한 값들을 기반으로 HashSet을 생성합니다.
System::Collections::Generic::HashSet<T>::HashSet(const SharedPtr<IEnumerable<T>> &items)
또 보기
- Typedef SharedPtr
- Class IEnumerable
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
HashSet::HashSet(const SharedPtr<IEqualityComparer<T>>&) constructor
지정된 동일성 비교자를 사용하는 빈 집합을 생성합니다.
System::Collections::Generic::HashSet<T>::HashSet(const SharedPtr<IEqualityComparer<T>> &comparer)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| comparer | const SharedPtr<IEqualityComparer<T>>& | Comparer 객체를 hashset과 연결합니다. |
또 보기
- Typedef SharedPtr
- Class IEqualityComparer
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
HashSet::HashSet(int) constructor
지정된 용량으로 빈 집합을 생성합니다.
System::Collections::Generic::HashSet<T>::HashSet(int capacity)
또 보기
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++