'宣言
Public Class NumericEditorWrapperBase
(Of T As {New, NumericEditorModel},
TOut As NumericEditorWrapperBase(Of T,TOut))
Inherits TextEditorWrapperBase(Of T,TOut)
public class NumericEditorWrapperBase<T,TOut> : TextEditorWrapperBase<T,TOut> where T: new(), NumericEditorModel where TOut: NumericEditorWrapperBase<T,TOut>
オンラインで表示: GitHub