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

This class represents a default(<type>) expression. It returns a default instance of that type. For reference types it's a typed nil pointer, for value types it's all zeros.

Namespace: Cirrus Values


Members

Method
Description
constructor(IType)Create a new instance of this class
constructorCreate a new instance of this class


Properties

Property
Description
Type: ITypeType of this default


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox