Search
Setup for Free
C
C#
•
4y ago
Down
✅ usage of angle brackets
hi can someone show me how to use
<
> brackets in c
#
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,145
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
A
Angius
•
12/19/22, 8:23 PM
Well
, many ways
A
Angius
•
12/19/22, 8:24 PM
a < b
a < b
checks if
a
a
is less than
b
b
A
Angius
•
12/19/22, 8:24 PM
a > b
a > b
checks the opposite
A
Angius
•
12/19/22, 8:24 PM
List<int>
List<int>
denotes a list of integers
A
Angius
•
12/19/22, 8:24 PM
Etc
D
Down
OP
•
12/19/22, 8:24 PM
yeah im talking about this when we say something like
Something<AlsoSomething>
Something<AlsoSomething>
A
Angius
•
12/19/22, 8:25 PM
Generics
D
Down
OP
•
12/19/22, 8:25 PM
what does it mean and how we define it
P
phaseshift
•
12/19/22, 9:08 PM
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
.
P
phaseshift
It's syntax. You don't define it. https://learn.microsoft.com/en-us/dotnet/cshar...
D
Down
OP
•
12/19/22, 9:19 PM
oh okay thanks for the link now i see
A
Accord
•
12/20/22, 9:47 PM
Was this issue resolved
? If so
, run
/close
/close
otherwise I will mark this as stale and this post will be archived until there is new activity
.
a < b
a < b
a
a
b
b
a > b
a > b
List<int>
List<int>
Something<AlsoSomething>
Something<AlsoSomething>
Similar Threads
✅ [] brackets explanation
C
C# / help
3y ago
[VS22] Brackets auto format
C
C# / help
13mo ago
❔ ✅ printing array like this [7, 14, 21, 28, 35] inside of brackets
C
C# / help
3y ago