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


The following tables list the members exposed by ReadOnlyFeatureSourceCollection.

Public Properties

 NameDescription
Public PropertyCountGets the number of items the collection.  
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 feature source 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