is it possible to make a static with 3 different variables (double, string, bool)
13 Replies
are you looking for an enum?
yes
What does "a static" mean?
what u mean ?
aha
but what I can use for another option ( a function that's take a different variables in same time)
would love to send a doc if anyone found
I'm really not sure what you're asking
If you need to group values together make a record (or class) or a struct.
okey i made this class how i can use it ?
sorry I'm a beginner trying to learn
like this ?
Have you gone through a basic C# tutorial? We usually recommend at least going through something like $helloworld to get started if you are just beginning.
Written interactive course https://learn.microsoft.com/en-us/users/dotnet/collections/yz26f8y64n7k07
Videos https://dotnet.microsoft.com/learn/videos
yes thanks
This is what i need
still go for fundamentals π
Its better to go step by step, search tutorials and documents