IConstantDefinition Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IConstantDefinition is an interface that can be used to change the type and value of a constant defined in the current project during aspect processing.
IConstantDefinition = public interface(IMemberDefinition, IFieldDefinition, IElementDefinition, IConstant, IField, IMember, IPosition)
Namespace: Cirrus
Properties
| | |
|---|---|
| Type: IType | Gets or sets the type of this constant |
| Value: Object | Gets or sets the value of this constant |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- IMemberDefinition Interface
- IFieldDefinition Interface
- IElementDefinition Interface
- IConstant Interface
- IField Interface
- IMember Interface
- IPosition Interface
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To