AnonymousParameterValue 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.


A value (usable from within an expression) that points to an anonymous parameter (AnonymousMethodParameter).

[Serializable]
AnonymousParameterValue = public class(Value)


Namespace: Cirrus Values


Members

Method
Description
constructor() Empty constructor
constructor(aMethod: AnonymousMethodValue; aParameter: Integer) Constructor that sets the properties


Properties

Property
Description
Method: AnonymousMethodValue The method this anonymous parameter points to
Parameter: Integer Parameter number; 0 based (first parameter is 0, second is 1, etc. -1 is the result)


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox