CaseItem 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]
CaseItem = public class

CaseItem is a storage class to hold a single case item block, a combination of 1 or more values with a statement. All case statements are made up of 1 or more instances of this class. To pass ranges, use the RangeValue Class as a value.

Namespace: Cirrus Statements


Members

Method
Description
constructor(aStatement: Statement; aValue: Value)Initializer constructor; this constructor allows you to pass a single value
constructor(aStatement: Statement; params aValues: array of Value)Initializer constructor; this constructor allows you to pass multiple values
constructorInitializer constructor


Properties

Property
Description
Body: StatementThe body
Values: array of ValuePossible values


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox