バージョン

FinancialIndicator<T,M,A> クラス

FinancialIndicatorModel クラスのラッパー
シンタックス
'宣言
 
Public MustInherit Class FinancialIndicator
    (Of T As Class,
     M As {New, FinancialIndicatorModel},
     A As FinancialIndicator(Of T,M,A)) 
   Inherits FinancialSeries(Of T,M,A)
public abstract class FinancialIndicator<T,M,A> : FinancialSeries<T,M,A> 
where T: class
where M: new(), FinancialIndicatorModel
where A: FinancialIndicator<T,M,A>
型パラメータ
T
M
A
参照

オンラインで表示: GitHub