gpt4 book ai didi

c# - 如何从泛型类型获取命名空间?

转载 作者:太空狗 更新时间:2023-10-30 00:00:11 25 4
gpt4 key购买 nike

我有一个指定为特定类型的方法。

例如

public MyLabels GetLabels<T>()
{
// I'd like to get the namespace of the type that T represents here
}

我该怎么做?

最佳答案

使用 TypeNamespace 属性:

typeof(T).Namespace

MSDN

关于c# - 如何从泛型类型获取命名空间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11223664/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com