Esempio n. 1
0
 internal NodeId(NodeId other)
 {
     this.high = other.high;
     this.low  = other.low;
 }
Esempio n. 2
0
 internal static string ToNodeName(NodeId nodeId)
 {
     return(ToNodeName(nodeId.ToString()));
 }