Mapsui.Geometries.MultiLineString.this C# (CSharp) Method

this() public method

Returns an indexed geometry in the collection
public this ( int index ) : LineString
index int Geometry index
return LineString
        public new LineString this[int index] = > LineStrings[index];