Method GetPrevSnippet
GetPrevSnippet(int)
Finds previous snippet in snippet collection with different id.
public int GetPrevSnippet(int index)
Parameters
indexintSpecified index of snippet to search from.
Returns
- int
Index of found snippet.
Finds previous snippet in snippet collection with different id.
public int GetPrevSnippet(int index)
index intSpecified index of snippet to search from.
Index of found snippet.