Пример #1
0
 public TCell GetFirstCell <TCell> () where TCell : Cell
 => FirstCell as TCell ?? FirstCell?.GetNextCell <TCell> ();