Table of Contents

Method IsFirstSnippet

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

IsFirstSnippet(ICodeSnippetRange)

When implemented by a class, checks whether code snippet represents first snippet in subset of snippets that have the same ids.

bool IsFirstSnippet(ICodeSnippetRange range)

Parameters

range ICodeSnippetRange

Specified the code snippet.

Returns

bool

Returns True if snippet represents the first snippet with unique id.

IsFirstSnippet(int)

When implemented by a class, checks whether code snippet represents first snippet in subset of snippets that have the same ids.

bool IsFirstSnippet(int index)

Parameters

index int

Specified index of the snippet.

Returns

bool

Returns True if snippet represents the first snippet with unique id.