Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
coffeeisntforkitties♡
Posts
Comments
C
C#
•
Created by Robert on 1/16/2025 in
#help
Task.Run() in .net framework
Here's some people who explained it better than I can:
https://stackoverflow.com/questions/34755819/async-await-action-within-task-run
4 replies
C
C#
•
Created by BalthazarArgall on 9/4/2024 in
#help
How do I reference either the x or y field of a Vector2 depending on some condition?
I think the issue you are running into is that Vector2 is a type of struct which is a value type and you are trying to use it like a reference type.
2 replies