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

◆ ReadNull()

static void System.Formats.Asn1.AsnDecoder.ReadNull ( ReadOnlySpan< byte > source,
AsnEncodingRules ruleSet,
out int bytesConsumed,
Asn1Tag? expectedTag = null )
inlinestatic

Definition at line 1179 of file AsnDecoder.cs.

1180 {
1182 {
1183 throw new AsnContentException();
1184 }
1186 }
static ReadOnlySpan< byte > GetPrimitiveContentSpan(ReadOnlySpan< byte > source, AsnEncodingRules ruleSet, Asn1Tag expectedTag, UniversalTagNumber tagNumber, out int bytesConsumed)
Definition AsnDecoder.cs:78

References System.Formats.Asn1.AsnDecoder.GetPrimitiveContentSpan(), System.Formats.Asn1.Asn1Tag.Null, and System.source.

Referenced by System.Formats.Asn1.AsnReader.ReadNull().