OpenRA.TileSet.this C# (CSharp) Method

this() public method

public this ( byte index ) : TerrainTypeInfo
index byte
return TerrainTypeInfo
        public TerrainTypeInfo this[byte index]
        {
            get { return TerrainInfo[index]; }
        }