ConstructorOfValue Class

From The Oxygene Language Wiki

Jump to:navigation, search

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


[Serializable]
ConstructorOfValue = public class(Value)

ConstructorOfValue returns a ConstructorInfo instance for the method specified in the constructor. This is useful to use reflection to invoke a method, or to generate Expression instances.


Namespace: Cirrus Values


Members

Method
Description
constructor(aMethod: IMethod; aType: IType)Create a new instance of this class; the type passed is the type this method belongs to; this is required for generic types
constructor)Create a new instance of this class


Properties

Property
Description
Method: IMethodGets or sets the method
Type: ITypeGets or sets the type to get this method on


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox