How do I apply the MarshalAsAttribute to the return type of the code below?
public ISomething Foo()
{
return new MyFoo();
}
|
|
How do I apply the MarshalAsAttribute to the return type of the code below?
|
|||
|
|
|
|
According to http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.marshalasattribute.aspx:
|
||
|
|
|
|
|
||
|
|