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