Cgw.Common.NodeRelation.NodeRelation C# (CSharp) Метод

NodeRelation() публичный Метод

public NodeRelation ( string no, List path, NodeType type ) : System
no string
path List
type NodeType
Результат System
        public NodeRelation(string no, List<string> path, NodeType type)
        {
            this.No = no;
            this.Path = path;
            this.Type = type;
        }
NodeRelation