C# 클래스 StackStream.Executor.NativeFunction

상속: IFunction
파일 보기 프로젝트 열기: puckipedia/StackStream

공개 메소드들

메소드 설명
NativeFunction ( Method methodToRun ) : System
Run ( Executor exec ) : void

메소드 상세

NativeFunction() 공개 메소드

public NativeFunction ( Method methodToRun ) : System
methodToRun Method
리턴 System

Run() 공개 메소드

public Run ( Executor exec ) : void
exec Executor
리턴 void