gpt4 book ai didi

c# - C#中通过反射获取接口(interface)的基接口(interface)

转载 作者:行者123 更新时间:2023-11-30 19:37:33 25 4
gpt4 key购买 nike

<分区>

如何通过反射获取接口(interface)的基接口(interface)?我试图调用 BaseType 属性,但它的值为空。之后我需要找到接口(interface)的通用类型类。

我需要从这个示例的 ISomeInterfaceForItem 类型中找到 Foo 类型。

Type oType = typeof(ISomeInterfaceForItem);

Type oBase = oType.BaseType; // equals null

public interface ISomeInterfaceForItem: ISomeInterface<Foo>
{
}

public interface ISomeInterface<T>
{
}

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