public NDLListNode GetNodeAt( System.int index )
'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)
Parameters
- index