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