LumiSoft.Net.Dns.Client.DnsCache.DnsCache C# (CSharp) Method

DnsCache() static private method

Default constructor.
static private DnsCache ( ) : System
return System
        static DnsCache()
        {
            m_pCache = new Hashtable();
        }