Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NotNullPassthrough< T >()
static
T
System.Collections.Immutable.Requires.NotNullPassthrough<
T
>
(
[ValidatedNotNull]
T
value
,
string
?
parameterName
)
inline
static
Type Constraints
T
:
class
Definition at line
18
of file
Requires.cs
.
18
:
class
19
{
20
NotNull
(
value
, parameterName);
21
return
value
;
22
}
System.Reflection.NullabilityState.NotNull
@ NotNull
System.ExceptionArgument.value
@ value
References
System.value
.
System
Collections
Immutable
Requires
Generated by
1.10.0