using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SuperSocket.Common
{
///
/// Extension class for IDictionary
///
public static class DictionaryExtension
{
///
/// Gets the value by key.
///
///
/// The dictionary.
/// The key.
///
public static T GetValue(this IDictionary