This topic has not yet been rated - Rate this topic

LinkedListNode Properties

  Name Description
Public property Supported by the .NET Compact Framework List Gets the LinkedList that the LinkedListNode belongs to.
Public property Supported by the .NET Compact Framework Next Gets the next node in the LinkedList.
Public property Supported by the .NET Compact Framework Previous Gets the previous node in the LinkedList.
Public property Supported by the .NET Compact Framework Value Gets the value contained in the node.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.