C# Class EducationPathways.Graph.GraphBuilderExtensions

显示文件 Open project: pebblecode/EducationPathways

Public Methods

Method Description
Add ( this builder, int id, INode node, int nextId ) : GraphBuilder

Method Details

Add() public static method

public static Add ( this builder, int id, INode node, int nextId ) : GraphBuilder
builder this
id int
node INode
nextId int
return GraphBuilder