Search
Star
1.4k
Feedback
Setup for Free
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);
return rows(x).get_col(y);
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,487
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
return
rows
(x).
get_col
(y);
return
rows
(x).
get_col
(y);
Similar Threads
Non-invocable member cannot be used like a method?
C
C# / help
4y ago
Non-invocable member 'NotFound' cannot be used like a method.
C
C# / help
2y ago
Cannot find method although defined and used?
C
C# / help
2y ago
Newly added resource cannot be used
C
C# / help
2y ago