Table of Contents

Method SmartCapitalize

Namespace
Alternet.Syntax.Parsers.Roslyn.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

SmartCapitalize(Point, Point, ITextUndoList)

Capitalizes block of text.

public virtual void SmartCapitalize(Point start, Point end, ITextUndoList operations)

Parameters

start Point

Start position of the block.

end Point

End position of the block.

operations ITextUndoList

List of the text changes.