C# 클래스 StateMonad.Exercise5.Exercise5

파일 보기 프로젝트 열기: panesofglass/StateMonad

공개 메소드들

메소드 설명
Run ( Tree tree, Rect>.Tuple seed ) : void

Runs the specified tree.

For this exercise, it's helpful to look at the monad builder syntax in F#. In my case, that was Exercise1_2.fs. I've noted the use and similarities of that implementation where it was used here.

메소드 상세

Run() 공개 정적인 메소드

Runs the specified tree.
For this exercise, it's helpful to look at the monad builder syntax in F#. In my case, that was Exercise1_2.fs. I've noted the use and similarities of that implementation where it was used here.
public static Run ( Tree tree, Rect>.Tuple seed ) : void
tree Tree The tree.
seed Rect>.Tuple The seed.
리턴 void