'Declaration
Public ReadOnly Property Features As System.Collections.Generic.List(Of NMapFeature)
'Usage
Dim instance As NMapLayer Dim value As System.Collections.Generic.List(Of NMapFeature) value = instance.Features
public System.Collections.Generic.List<NMapFeature> Features {get;}