C#C
C#3y ago
5 replies
Example

✅ Non-invocable member cannot be used like a method

I found solution on stack overflow, but don't understand it.

problem is in this line
return rows(x).get_col(y);
image.png
Was this page helpful?