Babel.Compiler.LoopStatement.LoopStatement C# (CSharp) Méthode

LoopStatement() public méthode

public LoopStatement ( StatementList statementList, Location location ) : System
statementList StatementList
location Location
Résultat System
        public LoopStatement(StatementList statementList,
                             Location location)
            : base(location)
        {
            this.statementList = statementList;
        }