SymbolChange Type
A change detected between stored and current symbols (Modified, Added, or Removed).
Union cases
| Union case |
Description
|
Full Usage:
Added symbolName
Parameters:
string
|
|
Full Usage:
Modified symbolName
Parameters:
string
|
|
Full Usage:
Removed symbolName
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAdded
Returns: bool
|
|
Full Usage:
this.IsModified
Returns: bool
|
|
Full Usage:
this.IsRemoved
Returns: bool
|
|
TestPrune