Fan.Sys.Func.Indirect7.call C# (CSharp) Méthode

call() public méthode

public call ( ) : object
Résultat object
            public override object call()
            {
                throw tooFewArgs(0);
            }

Same methods

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