public Cell this[ int x, int y ] { get; }
Public ReadOnly Default Property Item ( _ x As Integer, _ y As Integer _ ) As Cell
public: property Cell^ default[int x, int y] { Cell^ get (int x, int y); }
[Missing <remarks> documentation for P:PH.Map.Terrain.Item(System.Int32,System.Int32)]