Vala.ForeachStatement.ForeachStatement – libvala-0.56 Reference Manual
Packages
libvala-0.56
Vala
ForeachStatement
body
collection
collection_variable
element_variable
iterator_variable
type_reference
use_iterator
variable_name
ForeachStatement
accept
accept_children
check
emit
get_defined_variables
get_error_types
replace_expression
replace_type
ForeachStatement
Description:
public
ForeachStatement
(
DataType
? type_reference,
string
variable_name,
Expression
collection,
Block
body,
SourceReference
? source_reference =
null
)