Method AddToHistory
AddToHistory(SymbolLocation, string)
Adds specified location to the history collection.
public void AddToHistory(SymbolLocation location, string text)
Parameters
locationSymbolLocationSymbolLocation to add.
textstringText in the code at specified location.