Function Type Functions

Functions

Name

Description

Function.createCallback Function

Creates a callback function that retains the parameter initially used during an objects creation.

Function.createDelegate Function

Creates a delegate function that retains the context initially used during an objects creation.

Function.emptyMethod Function

A function that does nothing.

Function.validateParameters Function

Validates that the parameters to a method are as expected.

See Also

Reference

Function Type Extensions