AcademyPopcorn.GiftBlock.GiftBlock C# (CSharp) Метод

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

public GiftBlock ( AcademyPopcorn.MatrixCoords topLeft ) : System.Collections.Generic
topLeft AcademyPopcorn.MatrixCoords
Результат System.Collections.Generic
        public GiftBlock(MatrixCoords topLeft)
            : base(topLeft)
        {
            this.body[0, 0] = 'G';
        }