Mapsui.Providers.Features.this C# (CSharp) Метод

this() публичный Метод

public this ( int index ) : IFeature
index int
Результат IFeature
        public IFeature this[int index]
        {
            get { return _features[index]; }
        }