Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RefAsValueType.cs
Go to the documentation of this file.
1
using
System.Diagnostics
;
2
3
namespace
System.Collections.Immutable
;
4
5
[DebuggerDisplay(
"{Value,nq}"
)]
6
internal
struct
RefAsValueType
<T>
7
{
8
internal
T
Value
;
9
10
internal
RefAsValueType
(T
value
)
11
{
12
Value
=
value
;
13
}
14
}
System.Collections.Immutable
Definition
AllocFreeConcurrentStack.cs:4
System.Diagnostics
Definition
AggregationManager.cs:6
System.ExceptionArgument.value
@ value
System.Collections.Immutable.RefAsValueType.RefAsValueType
RefAsValueType(T value)
Definition
RefAsValueType.cs:10
System.Collections.Immutable.RefAsValueType.Value
T Value
Definition
RefAsValueType.cs:8
System.Collections.Immutable.RefAsValueType
Definition
RefAsValueType.cs:7
source
System.Collections.Immutable
System.Collections.Immutable
RefAsValueType.cs
Generated by
1.10.0