C# Class 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.
ファイルを表示 Open project: RobBlackwell/LSharp

Public Methods

Method Description
Call ( object args ) : object
Function ( Delegate implementation ) : System
Function ( Delegate implementation, string signature, string documentation, bool aggregateArgs ) : System

Method Details

Call() public method

public Call ( object args ) : object
args object
return object

Function() public method

public Function ( Delegate implementation ) : System
implementation System.Delegate
return System

Function() public method

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