C# Class Eocron.Core.Ast.AstCollectionNodeBase

Inheritance: AstNodeBase
Afficher le fichier Open project: eocron/ORegex

Méthodes publiques

Свойство Type Description
Children AstNodeBase[]

Méthodes publiques

Méthode Description
GetChildren ( ) : IEnumerable

Méthodes protégées

Méthode Description
AstCollectionNodeBase ( IEnumerable children, Range range ) : System.Collections.Generic

Method Details

AstCollectionNodeBase() protected méthode

protected AstCollectionNodeBase ( IEnumerable children, Range range ) : System.Collections.Generic
children IEnumerable
range Range
Résultat System.Collections.Generic

GetChildren() public méthode

public GetChildren ( ) : IEnumerable
Résultat IEnumerable

Property Details

Children public_oe property

public AstNodeBase[] Children
Résultat AstNodeBase[]