RemovedLineUniqueIds Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
UniqueIds of removed lines

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public List<int> RemovedLineUniqueIds { get; private set; }
Visual Basic
Public Property RemovedLineUniqueIds As List(Of Integer)
	Get
	Private Set
Visual C++
public:
property List<int>^ RemovedLineUniqueIds {
	List<int>^ get ();
	private: void set (List<int>^ value);
}

See Also