Axiom.AxiomHelperAttribute.AxiomHelperAttribute C# (CSharp) Метод

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

public AxiomHelperAttribute ( int major, int minor, string comment = "" ) : System
major int
minor int
comment string
Результат System
        public AxiomHelperAttribute(int major, int minor, string comment="")
        {
        }
    }
AxiomHelperAttribute