OpenRA.TileSet.this C# (CSharp) 메소드

this() 공개 메소드

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