C# 클래스 LSharp.Macro

A Macro is really just a function that gets its arguments before they are evaluated
상속: Function
파일 보기 프로젝트 열기: RobBlackwell/LSharp

공개 메소드들

메소드 설명
Macro ( Delegate implementation ) : System
Macro ( Delegate implementation, string signature, string documentation, bool aggregateArgs ) : System

메소드 상세

Macro() 공개 메소드

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

Macro() 공개 메소드

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