SetBuilder 멤버
Provides the functionality to create immutable sets.
SetBuilder 형식은 다음 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
SetBuilder() () () () | Initializes a new instance of the SetBuilder class. | |
SetBuilder(Tuple) | Initializes a new instance of the SetBuilder class, with a given Tuple. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
{dtor} | Releases all resources used by the SetBuilder. | |
Add | Adds a Tuple to the set. | |
Dispose | Releases all resources used by the SetBuilder. | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
ToSet | Gets a Set based on the specified Tuple objects. | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동