Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Babel
Compiler
NodeEnumerator
C# Class Babel.Compiler.NodeEnumerator
Inheritance:
IEnumerator
Afficher le fichier
Open project: shugo/babel
Protected Properties
Свойство
Type
Description
current
Node
first
Node
Méthodes publiques
Méthode
Description
MoveNext
( ) :
bool
NodeEnumerator
(
Node
node
) :
System
Reset
( ) :
void
Method Details
MoveNext()
public
méthode
public
MoveNext
( ) :
bool
Résultat
bool
NodeEnumerator()
public
méthode
public
NodeEnumerator
(
Node
node
) :
System
node
Node
Résultat
System
Reset()
public
méthode
public
Reset
( ) :
void
Résultat
void
Property Details
current
protected_oe property
protected
Node,Babel.Compiler
current
Résultat
Node
first
protected_oe property
protected
Node,Babel.Compiler
first
Résultat
Node