Method SmartCapitalize
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v10.dll
SmartCapitalize(Point, Point, ITextUndoList)
Capitalizes block of text.
public virtual void SmartCapitalize(Point start, Point end, ITextUndoList operations)
Parameters
startPointStart position of the block.
endPointEnd position of the block.
operationsITextUndoListList of the text changes.