You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OnixLabs.Core/Extensions.Array.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,14 @@ public static class ArrayExtensions
56
56
/// <summary>
57
57
/// Provides extension methods for <see cref="byte"/> arrays.
58
58
/// </summary>
59
-
/// <param name="array">The current <see cref="byte"/> array.</param>
60
-
extension(byte[]array)
59
+
/// <param name="receiver">The current <see cref="byte"/> array.</param>
60
+
extension(byte[]receiver)
61
61
{
62
62
/// <summary>
63
63
/// Obtains the <see cref="string"/> representation of the current <see cref="byte"/> array.
64
64
/// </summary>
65
65
/// <param name="encoding">The <see cref="Encoding"/> which will be used to convert the current <see cref="byte"/> array into a <see cref="string"/> representation.</param>
66
66
/// <returns>Returns the <see cref="string"/> representation of the current <see cref="byte"/> array.</returns>
0 commit comments