C# 클래스 LSharp.Function

An LSharp function is really just a wrapper for a delegate, but this allows us to tag it with documentation and information about the calling convention.
파일 보기 프로젝트 열기: RobBlackwell/LSharp

공개 메소드들

메소드 설명
Call ( object args ) : object
Function ( Delegate implementation ) : System
Function ( Delegate implementation, string signature, string documentation, bool aggregateArgs ) : System

메소드 상세

Call() 공개 메소드

public Call ( object args ) : object
args object
리턴 object

Function() 공개 메소드

public Function ( Delegate implementation ) : System
implementation System.Delegate
리턴 System

Function() 공개 메소드

public Function ( Delegate implementation, string signature, string documentation, bool aggregateArgs ) : System
implementation System.Delegate
signature string
documentation string
aggregateArgs bool
리턴 System