Treefrog.Presentation.Layers.GroupLayerPresenter.GroupLayerPresenter C# (CSharp) Метод

GroupLayerPresenter() публичный Метод

public GroupLayerPresenter ( ) : System.Collections.ObjectModel
Результат System.Collections.ObjectModel
        public GroupLayerPresenter()
        {
            _layers = new ObservableCollection<LayerPresenter>();
        }
GroupLayerPresenter