C# Class EducationPathways.Graph.GraphBuilderExtensions

Afficher le fichier Open project: pebblecode/EducationPathways

Méthodes publiques

Méthode Description
Add ( this builder, int id, INode node, int nextId ) : GraphBuilder

Method Details

Add() public static méthode

public static Add ( this builder, int id, INode node, int nextId ) : GraphBuilder
builder this
id int
node INode
nextId int
Résultat GraphBuilder