Canguro.Model.Section.AreaSection.AreaSection C# (CSharp) Метод

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

public AreaSection ( string name, string shape, Material material ) : System
name string
shape string
material Material
Результат System
        public AreaSection(string name, string shape, Material.Material material)
        {
            Name = name;
            this.shape = shape;
            this.material = material;
        }