clojure.lang.CljCompiler.Ast.NewInstanceMethod.NewInstanceMethod C# (CSharp) Метод

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

public NewInstanceMethod ( ObjExpr objx, ObjMethod parent ) : System
objx ObjExpr
parent ObjMethod
Результат System
        public NewInstanceMethod(ObjExpr objx, ObjMethod parent)
            : base(objx, parent)
        {
        }