ArcGIS API for Silverlight - Library Reference
OpenStreetMapLayer.TileServerList Class Methods
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace : OpenStreetMapLayer.TileServerList Class


For a list of all members of this type, see OpenStreetMapLayer.TileServerList members.

Public Methods

 NameDescription
public MethodAddAdds an object to the end of the List. (Inherited from System.Collections.Generic.List<string>)
public MethodAddRangeAdds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<string>)
public MethodAsReadOnlyReturns a read-only IList wrapper for the current collection. (Inherited from System.Collections.Generic.List<string>)
public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<string>)
public MethodClearRemoves all elements from the List. (Inherited from System.Collections.Generic.List<string>)
public MethodContainsDetermines whether an element is in the List. (Inherited from System.Collections.Generic.List<string>)
public MethodConvertAllConverts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<string>)
public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<string>)
public MethodExistsDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<string>)
public MethodFindSearches 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<string>)
public MethodFindAllRetrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<string>)
public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<string>)
public MethodFindLastSearches 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<string>)
public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<string>)
public MethodForEachPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<string>)
public MethodGetEnumeratorReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<string>)
public MethodGetRangeCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<string>)
public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<string>)
public MethodInsertInserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<string>)
public MethodInsertRangeInserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<string>)
public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<string>)
public MethodRemoveRemoves the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<string>)
public MethodRemoveAllRemoves the all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<string>)
public MethodRemoveAtRemoves the element at the specified index of the List. (Inherited from System.Collections.Generic.List<string>)
public MethodRemoveRangeRemoves a range of elements from the List. (Inherited from System.Collections.Generic.List<string>)
public MethodReverseOverloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<string>)
public MethodSortOverloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<string>)
public MethodToArrayCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<string>)
public MethodTrimExcessSets 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<string>)
public MethodTrueForAllDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<string>)
Top

See Also

© ESRI, Inc. All Rights Reserved.