'Declaration
Public Function New( _ ByVal collection As System.Collections.Generic.IEnumerable(Of NGraphVertex) _ )
'Usage
Dim collection As System.Collections.Generic.IEnumerable(Of NGraphVertex) Dim instance As New NGraphVertexList(collection)
public NGraphVertexList( System.Collections.Generic.IEnumerable<NGraphVertex> collection )
Parameters
- collection