
'Declaration
Public Class GeoMapLayer(Of T) Inherits ExtraMapLayer(Of T)
'Usage
Dim instance As GeoMapLayer(Of T)
public class GeoMapLayer<T> : ExtraMapLayer<T>
public class GeoMapLayer = class(ExtraMapLayer)
JScript does not support Generics.
public __gc class GeoMapLayer<T> : public ExtraMapLayer<T>
generic<typename T> public ref class GeoMapLayer : public ExtraMapLayer<T>
System.Object
C1.Web.Mvc.MapLayerBase<T>
C1.Web.Mvc.ExtraMapLayer<T>
C1.Web.Mvc.GeoMapLayer<T>