System::Collections::Generic::LinkedListNode::LinkedListNode constructor

LinkedListNode::LinkedListNode constructor

Constructor.

System::Collections::Generic::LinkedListNode<T>::LinkedListNode(const T &value)
ParameterTypeDescription
valueconst T&Contaied value.

See Also