C
C#2y ago
LFYZ

❔ help me pls

main. cs(7,0): error CS1525: Unexpected symbol 'if'
14 Replies
Angius
Angius2y ago
no semicolon in line 6
LFYZ
LFYZ2y ago
Angius
Angius2y ago
$helloworld
Angius
Angius2y ago
Go through those basic tutorials
FusedQyou
FusedQyou2y ago
And maybe consider downloading a program to make proper screenshots, such as lightshot
Angius
Angius2y ago
Win+Shift+S Not even any need to download anything
FusedQyou
FusedQyou2y ago
Atleast I can draw something with lightshot to point out certain details 😄
FusedQyou
FusedQyou2y ago
Angius
Angius2y ago
Angius
Angius2y ago
You can with Win+Shift+S as well
FusedQyou
FusedQyou2y ago
Can't seem to figure out how then
ero
ero2y ago
Anything but sharex is a waste of your time Either use win shift s or sharex
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Reusing strings across classesThis is file 1 https://cdn.discordapp.com/attachments/987310138195054592/1067462232860004433/image0❔ UWP TreeView is not stretching to fill spaceTitle pretty much explains it all: I have a TreeView that's not stretching and stays 0px x 0px if t❔ Is there an easy way to serialize a Dictionary<string, string> to XML nodes?I'm writing a program that has to produce the following XML: ```xml <Attributes> <Color>red</Col✅ Could not load file or assembly 'StackExchange.RedisWhat causes these errors? How do I fix it? The project builds find on my windows machine. But runnin❔ Async function seems to continue running after returning.Hi there I'm doing a post request to a REST API. I can see that the callback is running in the conso❔ best way to include and works with imagesI'm working on a project, and I'll have to work with several images. Actually the project is working✅ how does compiler connect several c# codes into 1?I've noticed that classes that i created in other file are accessible in the main class (all in 1 pr❔ DMZ Server SoftwareI am working on a project to create a DMZ Server that will pass information to a 3rd party from the ✅ How to correctly install dependencies with nuget and rider ?Hi! project complains about missing dependencies, I installed dependencies but it still complains ,❔ How can I avoid supplying redundant generic type arguments in this case.```interface IDataStructure<ItemType, LocatorType> {...} Class MyStringArray: IDataStructure<string