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