foreachUdaNoSemantic

Iterates the UDAs attached to the given symbol, without performing semantic analysis.

Use this function instead of foreachUda if semantic analysis of sym is still in progress.

int
foreachUdaNoSemantic
(,
int delegate dg
)

Parameters

sym Dsymbol

the symbol to get the UDAs from

dg int delegate

called once for each UDA

Return Value

Type: int

If dg returns != 0, stops the iteration and returns that value. Otherwise, returns 0.

Meta