/// <summary> /// Converts the set to a string in protocol buffer text format. This /// is just a trivial wrapper around TextFormat.PrintToString. /// </summary> public void PrintTo(TextWriter writer) { TextFormat.Print(this, writer); }
public override sealed void PrintTo(TextWriter writer) { TextFormat.Print(this, writer); }