在我可以使用的非静态方法中this.GetType(),它将返回Type.如何Type在静态方法中获得相同的内容?当然,我不能只写,typeof(ThisTypeName)因为ThisTypeName只在运行时才知道.谢谢!
this.GetType()
Type
typeof(ThisTypeName)
ThisTypeName
.net c# static-methods types
.net ×1
c# ×1
static-methods ×1
types ×1