diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-05 21:49:48 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-05 21:49:48 -0800 |
commit | c8ddd3b2a4e4aa1a90c867c619845ffb2d967a4c (patch) | |
tree | e24ac49b3b18a04fb9bbfe8b970063b3b3f6ab7a /src/DotNetOpenAuth.Core/Requires.cs | |
parent | d0f15854c8fda26fd1b5d561a7f7a8316ff3e830 (diff) | |
download | DotNetOpenAuth-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.cs | 1 |
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 |