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
@@ -238,4 +241,4 @@ static void ValidateArguments(byte[] buffer, int offset, int count)
238
241
if(buffer.Length-offset<count)
239
242
throw new ArgumentException("Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.");
0 commit comments