Cgw.Common.NodeRelation.NodeRelation C# (CSharp) Méthode

NodeRelation() public méthode

public NodeRelation ( string no, List path, NodeType type ) : System
no string
path List
type NodeType
Résultat System
        public NodeRelation(string no, List<string> path, NodeType type)
        {
            this.No = no;
            this.Path = path;
            this.Type = type;
        }
NodeRelation