Dispose() public abstract method

public abstract Dispose ( ) : void
return void
 // Release all the terrain we have allocated
 public void ReleaseTerrain()
 {
     m_terrain.Dispose();
 }