CSLE.DeleFunction.DeleFunction C# (CSharp) 메소드

DeleFunction() 공개 메소드

public DeleFunction ( SType stype, SInstance _this, string function ) : System
stype SType
_this SInstance
function string
리턴 System
        public DeleFunction(SType stype, SInstance _this, string function)
        {
            this.calltype = stype;
            this.callthis = _this;
            this.function = function;
        }