Mapsui.Providers.Features.this C# (CSharp) Method

this() public method

public this ( int index ) : IFeature
index int
return IFeature
        public IFeature this[int index]
        {
            get { return _features[index]; }
        }