Treefrog.Presentation.Layers.GroupLayerPresenter.GroupLayerPresenter C# (CSharp) Method

GroupLayerPresenter() public method

public GroupLayerPresenter ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel
        public GroupLayerPresenter()
        {
            _layers = new ObservableCollection<LayerPresenter>();
        }
GroupLayerPresenter