共用方式為


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.

頂端