ElementKind Enum
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
When using the IElementDefinition Interface, the ElementKind property specifies what kind of element definition this is.
Namespace: Cirrus
Enum Values
| | |
|---|---|
| Constant | Constant |
| Event | An event |
| Field | A field |
| Method | A method |
| Parameter | A parameter |
| Property | A property |
| Type | A type |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To