[]
Represents a collection of MapArea.
public class MapAreaCollection : List<MapArea>, IList<MapArea>, ICollection<MapArea>, IList, ICollection, IReadOnlyList<MapArea>, IReadOnlyCollection<MapArea>, IEnumerable<MapArea>, IEnumerable
Public Class MapAreaCollection
Inherits List(Of MapArea)
Implements IList(Of MapArea), ICollection(Of MapArea), IList, ICollection, IReadOnlyList(Of MapArea), IReadOnlyCollection(Of MapArea), IEnumerable(Of MapArea), IEnumerable
| Name | Description |
|---|---|
| MapAreaCollection() | Initializes a new instance of the MapAreaCollection class. |
| Name | Description |
|---|---|
| GetMapAreaByName(string) | Gets an item from collection by MapArea's name specified. |