AnonymousMethodParameter Class
From The Oxygene Language Wiki
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
| | |
|---|---|
| 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
| | |
|---|---|
| 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
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- AnonymousMethodValue Class
- AnonymousParameterValue Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To