MCloud.NodeLocation.NodeLocation C# (CSharp) 메소드

NodeLocation() 공개 메소드

public NodeLocation ( string id, string name, string country, NodeDriver driver ) : System
id string
name string
country string
driver NodeDriver
리턴 System
        public NodeLocation(string id, string name, string country, NodeDriver driver)
            : base(id, name, driver)
        {
            Country = country;
        }