'Declaration
<System.Reflection.DefaultMemberAttribute("Item")> <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")> Public Class NGraphVertexList Inherits Nevron.Diagram.NGenericList(Of NGraphVertex)
'Usage
Dim instance As NGraphVertexList
[System.Reflection.DefaultMember("Item")] [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [System.Diagnostics.DebuggerDisplay("Count = {Count}")] public class NGraphVertexList : Nevron.Diagram.NGenericList<NGraphVertex>