AwaitUpdateAllDeclExpressions Method |
Recursively update the dictionary of names in the specified
Block by either adding or removing
(as specified by the 2nd parameter) all appropriate nested
INamedCodeObjects expressions in the
current
CodeObject tree (specifically implemented for
LocalDeclExpr expression objects).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override void UpdateAllDeclExpressions(
Block block,
bool isAdd
)
Parameters
- block
- Type: Nova.CodeDOMBlock
- isAdd
- Type: SystemBoolean
See Also