© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
✅ CS0201 - C#
C
C#
•
6d ago
•
9 replies
WigglyMitten716
✅ CS0201
beginner
public static byte Add
(byte a
, byte b
)
{
byte temp
= a
^ b
;
return temp
;
} I get CS0201 on this
.
.
. why
? Isn
't that a new object expression
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
62,470
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
✅ How do I fix the CS0201 error this code?
C
C# / help
4y ago
❔ Grasshopper c#, this gives an error
C
C# / help
3y ago
✅ need some help plez ✅
C
C# / help
3mo ago
✅ When I create a dll with PersistedAssemblyBuilder, there is a problem
C
C# / help
10mo ago