Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryParseThrowFormatException< T >() [1/2]

static bool System.Buffers.Text.ParserHelpers.TryParseThrowFormatException< T > ( out T value,
out int bytesConsumed )
inlinestatic
Type Constraints
T :struct 

Definition at line 23 of file ParserHelpers.cs.

23 : struct
24 {
25 value = default(T);
26 return TryParseThrowFormatException(out bytesConsumed);
27 }
static bool TryParseThrowFormatException(out int bytesConsumed)

References System.Buffers.Text.ParserHelpers.TryParseThrowFormatException(), and System.value.