AvalonEdit
Indent Method (document, keepEmptyLines)
NamespacesICSharpCode.AvalonEdit.Indentation.CSharpCSharpIndentationStrategyIndent(IDocumentAccessor, Boolean)
Performs indentation using the specified document accessor.
Declaration Syntax
C#Visual BasicVisual C++
public void Indent(
	IDocumentAccessor document,
	bool keepEmptyLines
)
Public Sub Indent ( _
	document As IDocumentAccessor, _
	keepEmptyLines As Boolean _
)
public:
void Indent(
	IDocumentAccessor^ document, 
	bool keepEmptyLines
)
Parameters
document (IDocumentAccessor)
Object used for accessing the document line-by-line
keepEmptyLines (Boolean)
Specifies whether empty lines should be kept

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238