Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show tuples using native syntax #13

Open
ap0llo opened this issue Dec 29, 2019 · 0 comments
Open

Show tuples using native syntax #13

ap0llo opened this issue Dec 29, 2019 · 0 comments
Labels
area-apireference feature New feature or request

Comments

@ap0llo
Copy link
Owner

ap0llo commented Dec 29, 2019

For a member that uses C# tuples e.g.

public (string, int) Method() 
{ }

the definition included in the documentation uses the generic syntax for ValueTuple:

public ValueTuple<string, int> Method();
  • In these cases, the C# tuple syntax (string, int) should be used.
  • When feasible, the definition should also include the tuple element names.
@ap0llo ap0llo added feature New feature or request area-apireference labels Dec 29, 2019
@ap0llo ap0llo changed the title Show ttuples using native syntax Show tuples using native syntax Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-apireference feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant