curiouswebster
asked on
What C# datatype is this?
In a function's constructor, I see the type:
(int Value, string Operator)? myVar= null
please explain the input type needed for this?
Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
EXPERT CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
my mistake, an integer cannot have null as a value, only strings!