Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ByReference.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
using
System.Runtime.Versioning
;
3
4
namespace
System
;
5
6
[NonVersionable]
7
internal
readonly
ref struct
ByReference
<T>
8
{
9
private
readonly
IntPtr
_value
;
10
11
public
ref T
Value
12
{
13
[Intrinsic]
14
get
15
{
16
throw
new
PlatformNotSupportedException
();
17
}
18
}
19
20
[Intrinsic]
21
public
ByReference
(ref T
value
)
22
{
23
throw
new
PlatformNotSupportedException
();
24
}
25
}
System.PlatformNotSupportedException
Definition
PlatformNotSupportedException.cs:9
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System.ByReference.ByReference
ByReference(ref T value)
Definition
ByReference.cs:21
System.ByReference._value
readonly IntPtr _value
Definition
ByReference.cs:9
System.ByReference.Value
ref T Value
Definition
ByReference.cs:12
System.ByReference
Definition
ByReference.cs:8
System.IntPtr
Definition
IntPtr.cs:14
source
System.Private.CoreLib
System
ByReference.cs
Generated by
1.10.0