In This Article

EnumerationDeclaration Class

Represents an enumeration declaration.

public class EnumerationDeclaration : TypeDeclaration, IDecoratedMember, IAstNode
Inheritance:
System.Object AstNodeBase TypeDeclaration Object
Implements:
IDecoratedMember IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v12.2.572.0 (http://www.actiprosoftware.com).

Constructors

EnumerationDeclaration()

public EnumerationDeclaration()

Properties

BaseType

Gets or sets the base type.

public QualifiedName BaseType { get; set; }

Property Value

QualifiedName:

The base type.

Body

Gets or sets the body.

public EnumerationBody Body { get; set; }

Property Value

EnumerationBody:

The body.

Id

Gets the An integer value that identifies the type of AST node.

public override int Id { get; }

Property Value

System.Int32:

The An integer value that identifies the type of AST node.

Kind

Gets a TypeDeclarationKind indicating the kind of type.

public override sealed TypeDeclarationKind Kind { get; }

Property Value

TypeDeclarationKind:

A TypeDeclarationKind indicating the kind of type.

Methods

GetChildrenEnumerator()

Retrieves an IEnumerator object that can iterate the child IAstNode objects in this node.

protected override IEnumerator<IAstNode> GetChildrenEnumerator()

Returns

System.Collections.Generic.IEnumerator<IAstNode>:

An IEnumerator object that can iterate the child IAstNode objects in this node.

Inherited Members