The following tables list the members exposed by MapAreaCollection.
Name | Description | |
---|---|---|
MapAreaCollection Constructor | Initializes a new instance of the MapAreaCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<MapArea>) | |
Count | Gets the number of elements actually contained in the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
Item | Gets or sets the element at the specified index. (Inherited from System.Collections.Generic.List<MapArea>) |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
AddRange | Adds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
AsReadOnly | Returns a read-only IList wrapper for the current collection. (Inherited from System.Collections.Generic.List<MapArea>) | |
BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<MapArea>) | |
Clear | Removes all elements from the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
Contains | Determines whether an element is in the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
ConvertAll | Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<MapArea>) | |
CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<MapArea>) | |
Exists | Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<MapArea>) | |
Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<MapArea>) | |
FindAll | Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<MapArea>) | |
FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<MapArea>) | |
FindLast | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<MapArea>) | |
FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<MapArea>) | |
ForEach | Performs the specified action on each element of the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
GetEnumerator | Returns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
GetMapAreaByName | Gets an item from collection by MapArea's name specified. | |
GetRange | Creates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<MapArea>) | |
IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<MapArea>) | |
Insert | Inserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<MapArea>) | |
InsertRange | Inserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<MapArea>) | |
LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<MapArea>) | |
Remove | Removes the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
RemoveAll | Removes all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<MapArea>) | |
RemoveAt | Removes the element at the specified index of the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
RemoveRange | Removes a range of elements from the List. (Inherited from System.Collections.Generic.List<MapArea>) | |
Reverse | Overloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<MapArea>) | |
Sort | Overloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<MapArea>) | |
ToArray | Copies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<MapArea>) | |
TrimExcess | Sets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<MapArea>) | |
TrueForAll | Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<MapArea>) |