'宣言
Public MustInherit Class BaseGridColumnMovingWrapper
(Of T As {New, GridColumnMoving},
TOut As BaseGridColumnMovingWrapper(Of T,TOut))
Inherits Infragistics.Web.Mvc.Framework.LocalizationFeatureWrapper(Of T,TOut)
public abstract class BaseGridColumnMovingWrapper<T,TOut> : Infragistics.Web.Mvc.Framework.LocalizationFeatureWrapper<T,TOut> where T: new(), GridColumnMoving where TOut: BaseGridColumnMovingWrapper<T,TOut>
オンラインで表示: GitHub