Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ExcelFormulaParser
Engine
CalculationChain
DependencyGraphs
C# Class ExcelFormulaParser.Engine.CalculationChain.DependencyGraphs
Datei anzeigen
Open project: swmal/ExcelFormulaParser
Class Usage Examples
Public Methods
Method
Description
Add
(
string
from
,
string
to
) :
void
GetGraphs
( ) :
IEnumerable
Private Methods
Method
Description
GetGraph
(
string
from
,
string
to
) :
DependencyGraph
SetGraph
(
string
address
,
DependencyGraph
graph
) :
void
Method Details
Add()
public
method
public
Add
(
string
from
,
string
to
) :
void
from
string
to
string
return
void
GetGraphs()
public
method
public
GetGraphs
( ) :
IEnumerable
return
IEnumerable