System.Net.ServiceNameStore.ServiceNameStore C# (CSharp) 메소드

ServiceNameStore() 공개 메소드

public ServiceNameStore ( ) : System
리턴 System
        public ServiceNameStore()
        {
            _serviceNames = new List<string>();
            _serviceNameCollection = null; // set only when needed (due to expensive item-by-item copy)
        }