Trivial fixes in XML comments

And added an #if around using in RequestParameters.cs (worth having a
look, may have implications when building on different platforms)
This commit is contained in:
Valeriu Caraulean
2014-07-12 00:09:48 +02:00
parent 46a95eb704
commit 20e4a8ca7e
5 changed files with 9 additions and 5 deletions
@@ -1,5 +1,7 @@
using System;
#if !PORTABLE
using System.Collections.Concurrent;
#endif
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;