Skip to content

Commit 2999f7c

Browse files
committed
System.IO.Hashing docs
1 parent 209deaf commit 2999f7c

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

xml/System.IO.Hashing/Crc32.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ There are multiple, incompatible, definitions of a 32-bit cyclic redundancy
100100
</ReturnValue>
101101
<Parameters />
102102
<Docs>
103-
<summary>To be added.</summary>
104-
<returns>To be added.</returns>
103+
<summary>Returns a clone of the current instance, with a copy of the current instance's internal state.</summary>
104+
<returns>A new instance that will produce the same sequence of values as the current instance.</returns>
105105
<remarks>To be added.</remarks>
106106
</Docs>
107107
</Member>

xml/System.IO.Hashing/Crc64.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ There are multiple, incompatible, definitions of a 64-bit cyclic redundancy
100100
</ReturnValue>
101101
<Parameters />
102102
<Docs>
103-
<summary>To be added.</summary>
104-
<returns>To be added.</returns>
103+
<summary>Returns a clone of the current instance, with a copy of the current instance's internal state.</summary>
104+
<returns>A new instance that will produce the same sequence of values as the current instance.</returns>
105105
<remarks>To be added.</remarks>
106106
</Docs>
107107
</Member>

xml/System.IO.Hashing/NonCryptographicHashAlgorithm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<remarks>To be added.</remarks>
9898
<exception cref="T:System.ArgumentNullException">
9999
<paramref name="stream" /> is <see langword="null" />.</exception>
100+
<seealso cref="M:System.IO.Hashing.NonCryptographicHashAlgorithm.AppendAsync(System.IO.Stream,System.Threading.CancellationToken)" />
100101
</Docs>
101102
</Member>
102103
<Member MemberName="Append">

xml/System.IO.Hashing/XxHash128.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
</ReturnValue>
108108
<Parameters />
109109
<Docs>
110-
<summary>To be added.</summary>
111-
<returns>To be added.</returns>
110+
<summary>Returns a clone of the current instance, with a copy of the current instance's internal state.</summary>
111+
<returns>A new instance that will produce the same sequence of values as the current instance.</returns>
112112
<remarks>To be added.</remarks>
113113
</Docs>
114114
</Member>

xml/System.IO.Hashing/XxHash3.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
</ReturnValue>
108108
<Parameters />
109109
<Docs>
110-
<summary>To be added.</summary>
111-
<returns>To be added.</returns>
110+
<summary>Returns a clone of the current instance, with a copy of the current instance's internal state.</summary>
111+
<returns>A new instance that will produce the same sequence of values as the current instance.</returns>
112112
<remarks>To be added.</remarks>
113113
</Docs>
114114
</Member>

xml/System.IO.Hashing/XxHash32.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ The XxHash32 algorithm supports an optional seed value.
112112
</ReturnValue>
113113
<Parameters />
114114
<Docs>
115-
<summary>To be added.</summary>
116-
<returns>To be added.</returns>
115+
<summary>Returns a clone of the current instance, with a copy of the current instance's internal state.</summary>
116+
<returns>A new instance that will produce the same sequence of values as the current instance.</returns>
117117
<remarks>To be added.</remarks>
118118
</Docs>
119119
</Member>

xml/System.IO.Hashing/XxHash64.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ The XxHash64 algorithm supports an optional seed value.
112112
</ReturnValue>
113113
<Parameters />
114114
<Docs>
115-
<summary>To be added.</summary>
116-
<returns>To be added.</returns>
115+
<summary>Returns a clone of the current instance, with a copy of the current instance's internal state.</summary>
116+
<returns>A new instance that will produce the same sequence of values as the current instance.</returns>
117117
<remarks>To be added.</remarks>
118118
</Docs>
119119
</Member>

0 commit comments

Comments
 (0)