OpenRA.TileSet.this C# (CSharp) Méthode

this() public méthode

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