AST.FuncDef.FuncDef C# (CSharp) Метод

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

public FuncDef ( DeclnSpecs specs, Declr declr, CompoundStmt stmt ) : System
specs DeclnSpecs
declr Declr
stmt CompoundStmt
Результат System
        public FuncDef(DeclnSpecs specs, Declr declr, CompoundStmt stmt) {
            this.Specs = specs;
            this.Declr = declr;
            this.Stmt = stmt;
        }