Table of Contents

Method ShouldIndent

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

ShouldIndent(ICodeSnippet)

When implemented by a class, gets a boolean value indicating whether the multi-line snippet code should be indented when inserting to the edit control.

bool ShouldIndent(ICodeSnippet snippet)

Parameters

snippet ICodeSnippet

Specifies given snippet.

Returns

bool

True if code should be indented, otherwise False.