SkipListNode<T>.PrevArray Property
Public Property PrevArray() As SkipListNode(Of T)()
This language is not supported or no code example is available.
public SkipListNode<T>[] PrevArray {get; set;}
This language is not supported or no code example is available.
public:
property array< SkipListNode<T^>^ >^ PrevArray {
array< SkipListNode<T^>^ >^ get( );
void set(
array< SkipListNode<T^>^ >^ value
);
}
This language is not supported or no code example is available.