Dischord.Engine.TileRow.this C# (CSharp) Method

this() public method

public this ( int index ) : Tile
index int
return Tile
        public Tile this[int index]
        {
            get { return tileList[index]; }
        }