示例#1
0
 public Reference(SpanContext context, string type)
 {
     Context = context;
     Type    = type;
 }