LumiSoft.Net.Dns.Client.DnsCache.DnsCache C# (CSharp) 메소드

DnsCache() 정적인 개인적인 메소드

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