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

[csharp] Implement selectors to C# language #50

Open
19 of 29 tasks
szabototo89 opened this issue Jul 22, 2015 · 0 comments
Open
19 of 29 tasks

[csharp] Implement selectors to C# language #50

szabototo89 opened this issue Jul 22, 2015 · 0 comments

Comments

@szabototo89
Copy link
Owner

Implement new selectors (method, property, variable etc.) to C# language

Declarations

  • class
    • abstract
    • partial
    • sealed
    • public/private/protected/internal
  • struct
  • interface
  • enum
  • variable
  • method
    • partial methods
    • parameter list
  • property
    • getter
    • setter
  • field
  • namespace

Statements

  • using statements
  • if
  • while loop
  • for loop
  • foreach loop
  • do-while
  • using

Expressions

  • typeof
  • nameof
  • assignment expressions
  • method call
  • access expressions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant