CreateVertexDelegate<'TVertex, 'TEdge>
  Namespace: QuickGraph
A vertex factory delegate.
Constructors
| Constructor | Description | 
| 
            new(object, method)
          
            Signature: (object:obj * method:nativeint) -> unit | 
Instance members
| Instance member | Description | 
| 
            BeginInvoke(g, callback, object)
          
            Signature: (g:IVertexListGraph<'TVertex,'TEdge> * callback:AsyncCallback * object:obj) -> IAsyncResult Modifiers: abstract | |
| 
            EndInvoke(result)
          
            Signature: result:IAsyncResult -> 'TVertex Modifiers: abstract | |
| 
            Invoke(g)
          
            Signature: g:IVertexListGraph<'TVertex,'TEdge> -> 'TVertex Modifiers: abstract | 
 
  
          