Table of Contents

Method AddToHistory

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

AddToHistory(SymbolLocation, string)

Adds specified location to the history collection.

public void AddToHistory(SymbolLocation location, string text)

Parameters

location SymbolLocation

SymbolLocation to add.

text string

Text in the code at specified location.