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