Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Boo
Lang
Compiler
Ast
OmittedExpression
Matches
Boo.Lang.Compiler.Ast.OmittedExpression.Matches C# (CSharp) Method
OmittedExpression Class Documentation
Exibir arquivo
Open project: boo/boo-lang
Matches()
public
method
public
Matches
(
Node
node
) :
bool
node
Node
return
bool
public override bool Matches(Node node) { return node is OmittedExpression; }
OmittedExpression
Accept
Clone
Matches
OmittedExpression