PostSharp / / API Reference / Post­Sharp.​Collections / ILinked­List­Node<T> / Next
Open sandbox

Property Next

Next

Declaration
ILinkedListNode<T> Next { get; }
Property Value
Type Description
ILinkedListNode<T>