Artemis.Profiles.ProfileModel.ProfileModel C# (CSharp) Метод

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

public ProfileModel ( ) : System
Результат System
        public ProfileModel()
        {
            Layers = new ChildItemCollection<ProfileModel, LayerModel>(this);
            DrawingVisual = new DrawingVisual();
        }