StaticValue 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]
StaticValue = public class(Value)

StaticValue is a value that accesses a static field on a type. The type passed in the first parameter has to be a closed generic type, one with all its parameters filled in.

Namespace: Cirrus Values


Members

Method
Description
constructor(aType: IType; aField: IField)Create a new instance of this class
constructor(aType: IType; aField: String)Create a new instance of this class
constructorCreate a new instance of this class


Properties

Property
Description
Field: IFieldThe referenced field
Type: ITypeThe type to call this field on


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox