MegaMan.LevelEditor.TileBrush.Cells C# (CSharp) Метод

Cells() публичный Метод

public Cells ( ) : IEnumerable
Результат IEnumerable
        public IEnumerable<TileBrushCell> Cells()
        {
            return cells.SelectMany(col => col);
        }