LinkedListNode()

LinkedListNode::LinkedListNode(const T&) constructor

Constructor.

System::Collections::Generic::LinkedListNode<T>::LinkedListNode(const T &value)

Arguments

ParameterTypeDescription
valueconst T&Contaied value.

See Also