7 Replies
Well, many ways
a < b
checks if a
is less than b
a > b
checks the opposite
List<int>
denotes a list of integers
Etcyeah im talking about this when we say something like
Something<AlsoSomething>
Generics
what does it mean and how we define it
It's syntax. You don't define it.
https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/generics/generic-methods
Generic Methods - C# Programming Guide
Learn about methods declared with type parameters, known as generic methods. See code examples and view additional available resources.
oh okay thanks for the link now i see
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.