Signature
Represents a signature of a function.
Two Signatures are considered equal if they have the same amount of parameters and unorderedParameters. The equals function will not check the content of parameters and unorderedParameters.
Properties
Link copied to clipboard
stores Parameters of this signature in the correct order
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Two Signatures are considered equal if they have the same amount of parameters and unorderedParameters. The equals function will not check the content of parameters and unorderedParameters.
Link copied to clipboard
Create a ParameterGroup which can be added to the Signature.
Link copied to clipboard