MCPcopy Create free account
hub / github.com/apache/fory / ToString

Method ToString

csharp/src/Fory/Union.cs:68–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 public override string ToString()
69 {
70 return $"Union{{index={Index}, value={Value}}}";
71 }
72}
73
74public sealed class Union2<T1, T2> : Union

Callers 15

FormatIntegerMethod · 0.45
FormatDecimalMethod · 0.45
DecimalDigitCountMethod · 0.45
EscapeAllUpperMethod · 0.45
DecodeGenericMethod · 0.45
UnescapeAllUpperMethod · 0.45
EmitMethod · 0.45

Calls

no outgoing calls

Tested by 2

GenerateSourceMethod · 0.36