C# Class LSharp.Macro

A Macro is really just a function that gets its arguments before they are evaluated
Inheritance: Function
Datei anzeigen Open project: RobBlackwell/LSharp

Public Methods

Method Description
Macro ( Delegate implementation ) : System
Macro ( Delegate implementation, string signature, string documentation, bool aggregateArgs ) : System

Method Details

Macro() public method

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

Macro() public method

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