LinkedListNode<T>.List Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the LinkedList<T> that the LinkedListNode<T> belongs to.
Assembly: System (in System.dll)
Property Value
Type: System.Collections.Generic.LinkedList<T>A reference to the LinkedList<T> that the LinkedListNode<T> belongs to, or null if the LinkedListNode<T> is not linked.
Show: