C# Class CSLE.RegHelper_DeleAction

Inheritance: RegHelper_Type, ICLS_Type_Dele
Afficher le fichier Open project: lightszero/cslightcore

Méthodes publiques

Méthode Description
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

Method Details

CreateDelegate() public méthode

public CreateDelegate ( ICLS_Environment env, DeleFunction delefunc ) : Delegate
env ICLS_Environment
delefunc DeleFunction
Résultat System.Delegate

CreateDelegate() public méthode

public CreateDelegate ( ICLS_Environment env, DeleLambda lambda ) : Delegate
env ICLS_Environment
lambda DeleLambda
Résultat System.Delegate

Math2Value() public méthode

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
Résultat object

RegHelper_DeleAction() public méthode

public RegHelper_DeleAction ( Type type, string setkeyword ) : System
type System.Type
setkeyword string
Résultat System