Table of Contents

Method Skip

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Skip(StringReader, int)

Advances the reader by the specified number of characters.

public static void Skip(this StringReader stringReader, int count)

Parameters

stringReader StringReader

The reader to advance.

count int

The number of characters to skip.