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