Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
VariantWrapper.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
public
sealed
class
VariantWrapper
4
{
5
public
object
?
WrappedObject
{
get
; }
6
7
public
VariantWrapper
(
object
?
obj
)
8
{
9
WrappedObject
=
obj
;
10
}
11
}
System.Runtime.InteropServices.VariantWrapper.WrappedObject
object? WrappedObject
Definition
VariantWrapper.cs:5
System.Runtime.InteropServices.VariantWrapper.VariantWrapper
VariantWrapper(object? obj)
Definition
VariantWrapper.cs:7
System.Runtime.InteropServices.VariantWrapper
Definition
VariantWrapper.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.ExceptionArgument.obj
@ obj
source
System.Private.CoreLib
System.Runtime.InteropServices
VariantWrapper.cs
Generated by
1.10.0