Method IsFirstSnippet
IsFirstSnippet(ICodeSnippetRange)
Checks whether code snippet represents first snippet in subset of snippets that have the same ids.
public bool IsFirstSnippet(ICodeSnippetRange range)
Parameters
rangeICodeSnippetRangeSpecified the code snippet.
Returns
- bool
Returns True if snippet represents the first snippet with unique id.
IsFirstSnippet(int)
Checks whether code snippet represents first snippet in subset of snippets that have the same ids.
public bool IsFirstSnippet(int index)
Parameters
indexintSpecified index of the snippet.
Returns
- bool
Returns True if snippet represents the first snippet with unique id.