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

call() public method

public call ( ) : object
return object
            public override object call()
            {
                throw tooFewArgs(0);
            }

Same methods

Func.Indirect6::call ( object a ) : object
Func.Indirect6::call ( object a, object b ) : object
Func.Indirect6::call ( object a, object b, object c ) : object
Func.Indirect6::call ( object a, object b, object c, object d ) : object
Func.Indirect6::call ( object a, object b, object c, object d, object e ) : object
Func.Indirect6::call ( object a, object b, object c, object d, object e, object f ) : object
Func.Indirect6::call ( object a, object b, object c, object d, object e, object f, object g ) : object
Func.Indirect6::call ( object a, object b, object c, object d, object e, object f, object g, object h ) : object