C# 클래스 ExcelFormulaParser.Engine.CalculationChain.DependencyGraphs

파일 보기 프로젝트 열기: swmal/ExcelFormulaParser 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string from, string to ) : void
GetGraphs ( ) : IEnumerable

비공개 메소드들

메소드 설명
GetGraph ( string from, string to ) : DependencyGraph
SetGraph ( string address, DependencyGraph graph ) : void

메소드 상세

Add() 공개 메소드

public Add ( string from, string to ) : void
from string
to string
리턴 void

GetGraphs() 공개 메소드

public GetGraphs ( ) : IEnumerable
리턴 IEnumerable