Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICustomAdapter.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
public
interface
ICustomAdapter
4
{
5
[
return
: MarshalAs(
UnmanagedType
.IUnknown)]
6
object
GetUnderlyingObject
();
7
}
System.Runtime.InteropServices.ICustomAdapter.GetUnderlyingObject
object GetUnderlyingObject()
System.Runtime.InteropServices.ICustomAdapter
Definition
ICustomAdapter.cs:4
System.Runtime.InteropServices.UnmanagedType
UnmanagedType
Definition
UnmanagedType.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Private.CoreLib
System.Runtime.InteropServices
ICustomAdapter.cs
Generated by
1.10.0