'Declaration
Public Function GetNodeAt( _ ByVal index As System.Integer _ ) As NDLListNode
'Usage
Dim instance As NDLList Dim index As System.Integer Dim value As NDLListNode value = instance.GetNodeAt(index)
public NDLListNode GetNodeAt( System.int index )
Parameters
- index