PostSharp / / API Reference / Post­Sharp.​Collections / ISingly­Linked­List­Node<T> / Next

Property Next

Next

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