バージョン

Union コンストラクタ

Union クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal setTypes As IEnumerable(Of ISetType) _
)
public Union( 
   IEnumerable<ISetType> setTypes
)

パラメータ

setTypes
Union で定義されているセットのコレクション。
参照