'宣言 Public Interface IControl(Of T As IControl(Of T)) Inherits IControl
public interface IControl<T> : IControl where T: IControl<T>
'宣言 Public Interface IControl(Of T As IControl(Of T)) Inherits IControl
public interface IControl<T> : IControl where T: IControl<T>