Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Wrapper.cs
Go to the documentation of this file.
1
namespace
System.Linq.Parallel
;
2
3
internal
struct
Wrapper
<T>
4
{
5
internal
T
Value
;
6
7
internal
Wrapper
(T
value
)
8
{
9
Value
=
value
;
10
}
11
}
System.Linq.Parallel
Definition
AnyAllSearchOperator.cs:5
System.ExceptionArgument.value
@ value
System.Linq.Parallel.Wrapper.Value
T Value
Definition
Wrapper.cs:5
System.Linq.Parallel.Wrapper.Wrapper
Wrapper(T value)
Definition
Wrapper.cs:7
System.Linq.Parallel.Wrapper
Definition
Wrapper.cs:4
source
System.Linq.Parallel
System.Linq.Parallel
Wrapper.cs
Generated by
1.10.0