CSLE.RegHelper_Dele.CreateDelegate C# (CSharp) Méthode

CreateDelegate() public méthode

public CreateDelegate ( ICLS_Environment env, DeleFunction delefunc ) : Delegate
env ICLS_Environment
delefunc DeleFunction
Résultat System.Delegate
        public virtual Delegate CreateDelegate(ICLS_Environment env, DeleFunction delefunc)
        {
            throw new Exception("请重载实现功能");
        }

Same methods

RegHelper_Dele::CreateDelegate ( ICLS_Environment env, DeleLambda lambda ) : Delegate