LinkedListNode<T> Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the LinkedListNode<T> class, containing the specified value.
Assembly: System (in System.dll)
Parameters
- value
- Type: T
The value to contain in the LinkedListNode<T>.
Show: