Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TryParse()
[3/6]
static
bool
System.Enum.TryParse
(
Type
enumType
,
ReadOnlySpan
< char >
value
,
out object?
result
)
inline
static
Definition at line
421
of file
Enum.cs
.
422
{
423
return
TryParse
(enumType,
value
, ignoreCase: false, out result);
424
}
System.Enum.TryParse
static bool TryParse(Type enumType, string? value, out object? result)
Definition
Enum.cs:416
System.ExceptionArgument.value
@ value
References
System.Enum.TryParse()
, and
System.value
.
System
Enum
Generated by
1.10.0