We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c8ed5 commit 8a7313dCopy full SHA for 8a7313d
1 file changed
Asn1Parser/Asn1Reader.cs
@@ -582,7 +582,7 @@ public Asn1Universal GetTagObject() {
582
};
583
}
584
/// <summary>
585
- /// Returns a new instance of <see cref="Asn1Reader"/> that points to current tag. This method does not allocate extra memory.
+ /// Returns a new instance of <see cref="Asn1Reader"/> that is sourced from the current tag.
586
/// </summary>
587
/// <returns>A new instance of <see cref="Asn1Reader"/>.</returns>
588
public Asn1Reader GetReader() {
0 commit comments