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

Implementar métodos de extensão de array #2

Open
LucasZottis opened this issue Sep 26, 2024 · 0 comments
Open

Implementar métodos de extensão de array #2

LucasZottis opened this issue Sep 26, 2024 · 0 comments
Labels

Comments

@LucasZottis
Copy link
Owner

LucasZottis commented Sep 26, 2024

Implementar métodos LINQ

  • Aggregate
  • All
  • Any
  • Append
  • Average
  • Cast
  • Concat
  • Contains
  • Count
  • DefaultIfEmpty
  • Distinct
  • ElementAt
  • ElementAtOrDefault
  • Empty
  • Except
  • First
  • FirstOrDefault
  • GroupBy
  • Intersect
  • Last
  • LastOrDefault
  • Max
  • Min
  • OfType
  • OrderBy / ThenBy
  • Reverse
  • Select
  • SelectMany
  • Single
  • SingleOrDefault
  • Skip
  • SkipWhile
  • Sum
  • Take
  • TakeWhile
  • Union
  • Where
  • Zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant