'宣言 Public MustInherit Class StackedSeriesBase (Of T As Class, M As {New, StackedSeriesBaseModel}, A As StackedSeriesBase(Of T,M,A)) Inherits CategorySeries(Of T,M,A)
public abstract class StackedSeriesBase<T,M,A> : CategorySeries<T,M,A> where T: class where M: new(), StackedSeriesBaseModel where A: StackedSeriesBase<T,M,A>
オンラインで表示: GitHub