FieldOfValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] FieldOfValue = public class(Value)
FieldOfValue returns a System.Reflection.FieldInfo instance for the field specified in the parameters.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor(aField: IField; aParentType: IType) | Create a new instance of this class; the aParentType instance is only required when the type this field belongs to is generic |
| constructor | Create a new instance of this class |
Properties
| | |
|---|---|
| Field: IField | Gets or sets the field this operator should work on |
| Type: IType | Gets or sets the type this field is defined on |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Value Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To