RemoteTech.RelayPath.RelayPath C# (CSharp) Méthode

RelayPath() public méthode

public RelayPath ( List nodes ) : System
nodes List
Résultat System
        public RelayPath(List<RelayNode> nodes)
        {
            this.nodes = nodes;
        }