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