SobekCM.Core.Configuration.Engine.Engine_Path_Endpoint.Engine_Path_Endpoint C# (CSharp) 메소드

Engine_Path_Endpoint() 공개 메소드

Constructor for a new instance of the Engine_Path_Endpoint class
public Engine_Path_Endpoint ( ) : System
리턴 System
        public Engine_Path_Endpoint()
        {
            childDictionary = new Dictionary<string, Engine_Path_Endpoint>(StringComparer.OrdinalIgnoreCase);
        }