CSLE.RegHelper_TypeFunction.MemberCall C# (CSharp) Method

MemberCall() public method

public MemberCall ( CLS_Content environment, object object_this, string function, IList _params ) : CLS_Content.Value
environment CLS_Content
object_this object
function string
_params IList
return CLS_Content.Value
        public virtual CLS_Content.Value MemberCall(CLS_Content environment, object object_this, string function, IList<CLS_Content.Value> _params)
        {
            return MemberCall(environment, object_this, function, _params, null);
        }
        public virtual CLS_Content.Value MemberCall(CLS_Content environment, object object_this, string function, IList<CLS_Content.Value> _params, MethodCache cache)

Same methods

RegHelper_TypeFunction::MemberCall ( CLS_Content environment, object object_this, string function, IList _params, MethodCache cache ) : CLS_Content.Value