Exemplo n.º 1
0
 internal void AddLast(string v)
 {
     _NodeType = NodeType.GetNext();
     Address.Add(v);
 }