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

◆ TryReadLength()

static bool System.Formats.Asn1.AsnDecoder.TryReadLength ( ReadOnlySpan< byte > source,
AsnEncodingRules ruleSet,
out int? length,
out int bytesRead )
inlinestaticprivate

Definition at line 100 of file AsnDecoder.cs.

101 {
103 }
static LengthDecodeStatus DecodeLength(ReadOnlySpan< byte > source, AsnEncodingRules ruleSet, out int? length, out int bytesRead)

References System.Formats.Asn1.AsnDecoder.DecodeLength(), System.length, and System.source.

Referenced by System.Formats.Asn1.AsnDecoder.TryReadEncodedValue().