diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-11 17:36:47 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-11 17:36:47 -0700 |
commit | 4cc2523e6f2c2f9975d3328ae983cc509c449315 (patch) | |
tree | 158b8e30fe85666201189f0eea61c7aa1b796dc5 /src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs | |
parent | edb0bcda46d8dfffe7f8e54b6adfe3c893155162 (diff) | |
download | DotNetOpenAuth-4cc2523e6f2c2f9975d3328ae983cc509c449315.zip DotNetOpenAuth-4cc2523e6f2c2f9975d3328ae983cc509c449315.tar.gz DotNetOpenAuth-4cc2523e6f2c2f9975d3328ae983cc509c449315.tar.bz2 |
Removed some pointless #regions
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs')
-rw-r--r-- | src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs b/src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs index 0dfa5d6..f441c07 100644 --- a/src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs +++ b/src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs @@ -13,8 +13,6 @@ namespace DotNetOpenAuth.AspNet.Clients { /// The dictionary extensions. /// </summary> internal static class DictionaryExtensions { - #region Public Methods and Operators - /// <summary> /// Adds the value from an XDocument with the specified element name if it's not empty. /// </summary> @@ -56,7 +54,5 @@ namespace DotNetOpenAuth.AspNet.Clients { dictionary[key] = value; } } - - #endregion } } |