gpt4 book ai didi

c# - 如何将 .net 属性应用于返回类型

转载 作者:可可西里 更新时间:2023-11-01 03:04:44 26 4
gpt4 key购买 nike

如何将 MarshalAsAttribute 应用到下面代码的返回类型?

public ISomething Foo()
{
return new MyFoo();
}

最佳答案

根据 http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.marshalasattribute.aspx :

[return: MarshalAs(<your marshal type>)]
public ISomething Foo()
{
return new MyFoo();
}

关于c# - 如何将 .net 属性应用于返回类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/131456/

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