バージョン

Axis<T,M,A> クラス

AxisModel クラスのラッパーAxis クラスの周りのラッパー。同じメソッドはプロパティ名として定義することを可能にします。
シンタックス
'宣言
 
<System.SerializableAttribute()>
Public MustInherit Class Axis
    (Of T As Class,
     M As {New, AxisModel},
     A As Axis(Of T,M,A)) 
   Inherits AxisBase(Of T)
[System.SerializableAttribute()]
public abstract class Axis<T,M,A> : AxisBase<T> 
where T: class
where M: new(), AxisModel
where A: Axis<T,M,A>
型パラメータ
T
M
A
参照

オンラインで表示: GitHub