IMember Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IMember = public interface
IMember is an interface point to an internal or external type member.
Namespace: Cirrus
Properties
| | |
|---|---|
| Name: String | The member name |
| Owner: IType | Owner type of this member |
| Static: Boolean | True if this member is static |
| Visibility: Visibility | Visibility of this member; note that properties and events can have mixed visibility |
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