Antlr4.Codegen.Model.Chunk.QRetValueRef.QRetValueRef C# (CSharp) 메소드

QRetValueRef() 공개 메소드

public QRetValueRef ( StructDecl ctx, string dict, string name ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
dict string
name string
리턴 Antlr4.Codegen.Model.Decl
        public QRetValueRef(StructDecl ctx, string dict, string name)
            : base(ctx, name)
        {
            this.dict = dict;
        }
    }
QRetValueRef