C
C#14mo ago
Airbus5717

Making an identifier for defined generic type

Why this does work?
9 Replies
Buddy
Buddy14mo ago
Red squiggly lines blobthumbsup Meaning please show the error
Airbus5717
Airbus571714mo ago
A using clause must precede all other elements defined in the namespace except extern alias declarations [A7]csharp(CS1529)
Buddy
Buddy14mo ago
And what are you trying to do?
reflectronic
reflectronic14mo ago
the error is pretty clear
Airbus5717
Airbus571714mo ago
what? i dont get it
reflectronic
reflectronic14mo ago
A using clause must precede all other elements defined in the namespace
it has to go before your class
Airbus5717
Airbus571714mo ago
still errors
reflectronic
reflectronic14mo ago
what is the error
Airbus5717
Airbus571714mo ago
oh, there was a struct bfr it now it worked weird error ngl thanks for the help