Vala.WithStatement.WithStatement – libvala-0.56 Reference Manual
Packages
libvala-0.56
Vala
WithStatement
body
expression
with_variable
WithStatement
accept
accept_children
check
emit
get_defined_variables
get_error_types
WithStatement
Description:
public
WithStatement
(
LocalVariable
? variable,
Expression
expression,
Block
body,
SourceReference
? source_reference =
null
)