Search
Setup for Free
C
C#
•
7mo ago
グラナイト
How to check if class A is subclass of class B in code generator?
For example
, I have class A
{
}
, class B
: A
{
}
, class C
: B
{
}
, how do I determine that class C is subclass of A using ClassDeclarationSyntax
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,138
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
Similar Threads
How to check if two values are in the same child of a class?
C
C# / help
3y ago
❔ How to spell check code?
C
C# / help
3y ago
✅ Check if an item is in a list
C
C# / help
2y ago
❔ How can I check if any element of a list is in another list?
C
C# / help
4y ago