C# 클래스 AdvancedAlgorithms.Spreadsheet.Node

파일 보기 프로젝트 열기: RodH257/Advanced-Algorithm-Problems

공개 프로퍼티들

프로퍼티 타입 설명
Discovered bool
Name string
Processed bool
ReferencedNodes List
Value string

공개 메소드들

메소드 설명
GetComputedValue ( ) : int
IsComputed ( ) : bool

메소드 상세

GetComputedValue() 공개 메소드

public GetComputedValue ( ) : int
리턴 int

IsComputed() 공개 메소드

public IsComputed ( ) : bool
리턴 bool

프로퍼티 상세

Discovered 공개적으로 프로퍼티

public bool Discovered
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Processed 공개적으로 프로퍼티

public bool Processed
리턴 bool

ReferencedNodes 공개적으로 프로퍼티

public List ReferencedNodes
리턴 List

Value 공개적으로 프로퍼티

public string Value
리턴 string