Пример #1
0
 public bool TrySetLength(int start, int length)
 {
     return(inner.TrySetLength(start, length));
 }