예제 #1
0
 public ISpan this[int key] {
     get { return(Spans.ElementAt(key)); } set { throw new InvalidOperationException(); }
 }