1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-15 18:33:06 +00:00

Cleanup/Fixed Resharper comments

This commit is contained in:
Jan Korf
2019-09-05 11:00:57 +02:00
parent de0916920f
commit 8cb3420520
22 changed files with 315 additions and 136 deletions
+2 -2
View File
@@ -127,7 +127,7 @@ namespace CryptoExchange.Net
}
/// <summary>
/// Header collection to inenumerable
/// Header collection to IEnumerable
/// </summary>
/// <param name="headers"></param>
/// <returns></returns>
@@ -153,7 +153,7 @@ namespace CryptoExchange.Net
public static async Task<bool> WaitOneAsync(this WaitHandle handle, int millisecondsTimeout, CancellationToken cancellationToken)
{
RegisteredWaitHandle registeredHandle = null;
CancellationTokenRegistration tokenRegistration = default(CancellationTokenRegistration);
CancellationTokenRegistration tokenRegistration = default;
try
{
var tcs = new TaskCompletionSource<bool>();