Model.OnBoundary C# (CSharp) Метод

OnBoundary() защищенный абстрактный метод

protected abstract OnBoundary ( int x, int y ) : bool
x int
y int
Результат bool
    protected abstract bool OnBoundary(int x, int y);