C# 클래스 CSLE.RegHelper_DeleAction

상속: RegHelper_Type, ICLS_Type_Dele
파일 보기 프로젝트 열기: lightszero/cslightcore

공개 메소드들

메소드 설명
CreateDelegate ( ICLS_Environment env, DeleFunction delefunc ) : Delegate
CreateDelegate ( ICLS_Environment env, DeleLambda lambda ) : Delegate
Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
RegHelper_DeleAction ( Type type, string setkeyword ) : System

메소드 상세

CreateDelegate() 공개 메소드

public CreateDelegate ( ICLS_Environment env, DeleFunction delefunc ) : Delegate
env ICLS_Environment
delefunc DeleFunction
리턴 System.Delegate

CreateDelegate() 공개 메소드

public CreateDelegate ( ICLS_Environment env, DeleLambda lambda ) : Delegate
env ICLS_Environment
lambda DeleLambda
리턴 System.Delegate

Math2Value() 공개 메소드

public Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
env CLS_Content
code char
left object
right CLS_Content
returntype CLType
리턴 object

RegHelper_DeleAction() 공개 메소드

public RegHelper_DeleAction ( Type type, string setkeyword ) : System
type System.Type
setkeyword string
리턴 System