summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Requires.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-05 21:49:48 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-05 21:49:48 -0800
commitc8ddd3b2a4e4aa1a90c867c619845ffb2d967a4c (patch)
treee24ac49b3b18a04fb9bbfe8b970063b3b3f6ab7a /src/DotNetOpenAuth.Core/Requires.cs
parentd0f15854c8fda26fd1b5d561a7f7a8316ff3e830 (diff)
downloadDotNetOpenAuth-c8ddd3b2a4e4aa1a90c867c619845ffb2d967a4c.zip
DotNetOpenAuth-c8ddd3b2a4e4aa1a90c867c619845ffb2d967a4c.tar.gz
DotNetOpenAuth-c8ddd3b2a4e4aa1a90c867c619845ffb2d967a4c.tar.bz2
Fixed StyleCop messages.
Diffstat (limited to 'src/DotNetOpenAuth.Core/Requires.cs')
-rw-r--r--src/DotNetOpenAuth.Core/Requires.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Core/Requires.cs b/src/DotNetOpenAuth.Core/Requires.cs
index 41720c2..1aa0cf8 100644
--- a/src/DotNetOpenAuth.Core/Requires.cs
+++ b/src/DotNetOpenAuth.Core/Requires.cs
@@ -24,6 +24,7 @@ namespace DotNetOpenAuth {
/// <typeparam name="T">The type of the parameter</typeparam>
/// <param name="value">The value.</param>
/// <param name="parameterName">Name of the parameter.</param>
+ /// <returns>The tested value, guaranteed to not be null.</returns>
#if !CLR4
[ContractArgumentValidator]
#endif