C# 클래스 LispEngine.ReflectionBinding.ReflectionBuiltins.StaticMethod

상속: System.Function
파일 보기 프로젝트 열기: Patient0/FirstClassLisp

공개 메소드들

메소드 설명
Evaluate ( Datum args ) : Datum
StaticMethod ( Type type, string methodName ) : System
ToString ( ) : string

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( Datum args ) : Datum
args Datum
리턴 Datum

StaticMethod() 공개 메소드

public StaticMethod ( Type type, string methodName ) : System
type System.Type
methodName string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string