We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231df47 commit a934d09Copy full SHA for a934d09
1 file changed
Asn1Parser/Asn1Reader.cs
@@ -72,7 +72,7 @@ public Asn1Reader(Byte[] rawData) : this(rawData, 0) { }
72
}
73
74
/// <summary>
75
- /// Gets current position in the byte array stored in <see cref="RawData"/> property.
+ /// Gets current position in the byte array stored in current data source.
76
/// </summary>
77
public Int32 Offset { get; private set; }
78
0 commit comments