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