Exemplo n.º 1
0
 /// <inheritdoc />
 public IEnumerable <SpanData> GetSpans()
 {
     lock (Spans)
     {
         return(Spans.ToList());
     }
 }