Property UpdateCount
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
UpdateCount
Keeps track of calls to BeginUpdate
and EndUpdate
so that they can be nested.
public int UpdateCount { get; }