Skip(Int32) Method

Definition

Namespace SharpYaml
Assembly SharpYaml.dll
Implements Skip(Int32)

Skips the next length characters. Those characters must have been obtained first by calling the Peek(Int32) or Cache(Int32) methods.

public void Skip(int length)

Parameters

length
Int32