LocationCollection
Class
A strongly-typed collection of Location values.
Definition
Namespace:Telerik.Maui.Controls.ShapefileReader
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class LocationCollection : Collection<Location>, IList<Location>, ICollection<Location>, IList, ICollection, IReadOnlyList<Location>, IReadOnlyCollection<Location>, IEnumerable<Location>, IEnumerable
Inheritance: objectCollection<Location>LocationCollection
Implements:
Inherited Members
Constructors
C#
public LocationCollection()