Share via


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에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Count Gets the number of Tuple objects in the set.
공용 속성 Item Gets the specified Tuple object.

맨 위로 이동