IGenericParametersProvider Interface

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


IGenericParametersProvider = public interface

A method or class that has generic parameters. This interface is implemented by IType and IMethod descendants, that provide a way of accessing generic types.

Namespace: Cirrus


Members

Method
Description
GetGenericParameter(no: Int32): IGenericParameterTypeReturns a generic parameter by index


Properties

Property
Description
GenericParameterCount: IntegerReturns the number of generic parameters
IsGeneric: BooleanReturns true if this member has any generic parameters at all


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox