Antlr4.Codegen.Model.Chunk.QRetValueRef.QRetValueRef C# (CSharp) Method

QRetValueRef() public method

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