IGenericInstantiationType Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IGenericInstantiationType = public interface (IType)
A generic instantiation type, this is a base generic type that has its parameters specified. While the type List<T> would be an ITypeReference, List<Integer> is an instantiation of the List<T> type with Integer as its parameter. This interface is used to create types like that.
Namespace: Cirrus
Members
| | |
|---|---|
| GetParameter(no: Integer): IType | Returns the parameter to a generic instantiation type |
Properties
| | |
|---|---|
| GenericType: IType | Returns the generic base type |
| ParameterCount: Integer | Returns the number of parameters |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- IType
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To