SkipListNode<T>.Next Property
Public ReadOnly Property Next() As SkipListNode(Of T)
This language is not supported or no code example is available.
public SkipListNode<T> Next {get;}
This language is not supported or no code example is available.
public:
property SkipListNode<T^>^ Next {
SkipListNode<T^>^ get( );
}
This language is not supported or no code example is available.