我有一个方法,我指定为某种类型。
例如
public MyLabels GetLabels<T>()
{
// I'd like to get the namespace of the type that T represents here
}
我怎样才能做到这一点?
我有一个方法,我指定为某种类型。
例如
public MyLabels GetLabels<T>()
{
// I'd like to get the namespace of the type that T represents here
}
我怎样才能做到这一点?