コード例 #1
0
 internal MessagesSpan(MessageList <T> source, int index, int count)
 {
     this.source = source;
     firstIndex  = index;
     Count       = count;
 }