
| Visual Basic (Declaration) | |
|---|---|
| Public Class LayerCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of Layer) | |
| C# | |
|---|---|
| public class LayerCollection : System.Collections.ObjectModel.ObservableCollection<Layer> | |
System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         ESRI.ArcGIS.Client.LayerCollection
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
 
     
     
     
     
    