Exemplo n.º 1
0
 public DoublyLinkedListNode(BaseProcessor <T> value)
 {
     this.Value = value;
 }