Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsSpanParameter()
static
ReadOnlySpan
< byte > Internal.Cryptography.Helpers.AsSpanParameter
(
this
byte[]
array
,
string
paramName
)
inline
static
package
Definition at line
37
of file
Helpers.cs
.
38
{
39
if
(
array
==
null
)
40
{
41
throw
new
ArgumentNullException
(
paramName
);
42
}
43
return
new
ReadOnlySpan<byte>
(
array
);
44
}
System.ArgumentNullException
Definition
ArgumentNullException.cs:10
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.array
@ array
References
System.array
.
Internal
Cryptography
Helpers
Generated by
1.10.0