Class RadLinkedListNode<T>
Inheritance
System.Object
RadLinkedListNode<T>
Namespace: Telerik.Windows.Documents.DocumentStructure
Assembly: Telerik.Windows.Documents.dll
Syntax
public class RadLinkedListNode<T> : Object
Type Parameters
T
|
Constructors
RadLinkedListNode(T)
Declaration
public RadLinkedListNode(T value)
Parameters
T
value
|
Properties
Next
Previous
Value
Declaration
public T Value { get; set; }
Property Value
T
|