ScannerConfig.scope0Fallback

uint scope0Fallback() @property nothrow

Get scope0Fallback field.

Returns

specifies if a symbol is searched for in the

default scope in addition to the current scope (the default is false).

void scope0Fallback(uint propval) @property nothrow

Set scope0Fallback field.

Parameters

propvalspecifies if a symbol is searched for in the default scope in addition to the current scope (the default is false).