DelegateLiteral

Delegate literal

Constructors

this
this(Location location, ParamDecl[] params, bool isVariadic, BlockStatement fbody)
Undocumented in source.
this
this(BlockStatement fbody)
Undocumented in source.

Members

Variables

fbody
BlockStatement fbody;
Undocumented in source.
isVariadic
bool isVariadic;
Undocumented in source.
params
ParamDecl[] params;
Undocumented in source.

Inherited Members

From AstExpression

toString
string toString(Context )
Undocumented in source. Be warned that the author may not have intended to support it.

Meta