Search
Get Started
C
C#
•
4y ago
scixing
Is there a way to call generic methods through Type (from typeof or GetType) (without reflection)
like
T Create
<T
>
(
)
;
Type a
= typeof
(xxx
)
;
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,119
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
❔ Invoking internal methods without reflection?
C
C# / help
3y ago
Is there a good way to use a object from Type Type in a generic method?
C
C# / help
4y ago
❔ Is there a way to remove brackets from empty methods?
C
C# / help
3y ago
✅ Getting generic type parameters using reflection
C
C# / help
3y ago