Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
i have a tuple auto-implemented property in a class as example:
public double (double a, double b, double c) Number {get, set};
what is the best practice to define this property in the class interface? i want a client program to access the Number tuple property.
thank you for your help,
Beta Was this translation helpful? Give feedback.
All reactions