バージョン

Axis コンストラクタ

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

パラメータ

name
Axis の名前。
setTypes
セットのコレクション。
参照