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

ListLabelRef() public method

public ListLabelRef ( StructDecl ctx, string name ) : Antlr4.Codegen.Model.Decl
ctx Antlr4.Codegen.Model.Decl.StructDecl
name string
return Antlr4.Codegen.Model.Decl
        public ListLabelRef(StructDecl ctx, string name)
            : base(ctx, name)
        {
        }
    }
ListLabelRef