'Declaration
Public Function New( _ ByVal collection As System.Collections.ICollection _ )
'Usage
Dim collection As System.Collections.ICollection Dim instance As New NTreeVertexList(collection)
public NTreeVertexList( System.Collections.ICollection collection )
Parameters
- collection