ESRI.ArcGIS.Mobile
ReadOnlyLayerCollection Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile Namespace : ReadOnlyLayerCollection Class


The following tables list the members exposed by ReadOnlyLayerCollection.

Public Properties

 NameDescription
Public PropertyCountGets the number of Layers in the LayerCollection.  
Public PropertyIsReadOnly Gets a value indicating whether the IList is read-only.  
Public PropertyIsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe).  
Public PropertyItemOverloaded.  Gets the cache layer corresponding to the name.  
Public PropertySyncRoot Gets an object that can be used to synchronize access to the ICollection.  
Top

Public Methods

 NameDescription
Public MethodContains Determines whether the IList contains a specific value.  
Public MethodCopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.  
Public MethodGetEnumerator Returns an enumerator that iterates through a collection.  
Public MethodIndexOf Determines the index of a specific item in the IList.  
Public MethodToArray Returns the collection as an array.  
Top

See Also