Fan.Sys.Method.call C# (CSharp) Method

call() public method

public call ( ) : object
return object
        public object call()
        {
            return m_func.call();
        }

Same methods

Method::call ( object a ) : object
Method::call ( object a, object b ) : object
Method::call ( object a, object b, object c ) : object
Method::call ( object a, object b, object c, object d ) : object
Method::call ( object a, object b, object c, object d, object e ) : object
Method::call ( object a, object b, object c, object d, object e, object f ) : object
Method::call ( object a, object b, object c, object d, object e, object f, object g ) : object
Method::call ( object a, object b, object c, object d, object e, object f, object g, object h ) : object