コード例 #1
0
 /// <inheritdoc/>
 public ISpanBuilder WithTag(global::OpenTracing.Tag.BooleanTag tag, bool value)
 {
     return(this.WithTag(tag.Key, value));
 }
コード例 #2
0
 /// <inheritdoc/>
 public global::OpenTracing.ISpan SetTag(global::OpenTracing.Tag.BooleanTag tag, bool value)
 {
     return(this.SetTag(tag?.Key, value));
 }