Skip to content

Call GetType method on Static Class in C# #128

Answered by christiannagel
ShervanN asked this question in Q&A
Discussion options

You must be logged in to vote

Because GetType is an instance method (not a static method) specified with the Object base class.
You can use typeof(My) instead.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ShervanN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants