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