AnonymousMethodParameter Class

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


The AnonymousMethodParameter class holds information about a parameter in an AnonymousMethodValue Class. The AnonymousMethodParameter class can be used to point to a parameter from within the expression itself.

[Serializable]
AnonymousMethodParameter = public class


Namespace: Cirrus Values


Members

Method
Description
constructor()Empty constructor
constructor(aName: string) Initialize this with a name but without a type (the type is infered from the parameters of the parent expression)
constructor(aName: string; aType: IType) Initialize this with a name and a type


Properties

Property
Description
Name: string Parameter name; should be unique in the list of parameters for this anonymous method
&Type: IType Type of this anonymous method parameter; this does not have to be set, in those cases it is inferred


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox