Java to C#: Extends in Generic

前端 未结 3 1997
粉色の甜心
粉色の甜心 2021-01-20 22:07

I am trying to convert this Java (Android) code to c# (MonoDroid) but I don\'t understand the

public class Ball         


        
3条回答
  •  有刺的猬
    2021-01-20 22:39

    It is the same as this:

    public class BalloonOverlayView : FrameLayout where Item : OverlayItem
    

提交回复
热议问题