'Declaration
Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As NTreeVertex _ )
'Usage
Dim instance As NTreeVertexList Dim index As System.Integer Dim value As NTreeVertex instance.Insert(index, value)
public void Insert( System.int index, NTreeVertex value )
Parameters
- index
- value