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