Skips an object of type Object from the current stream and advances the stream position.

Namespace: Alachisoft.NCache.Runtime.Serialization.IO
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public abstract void SkipObject()
Visual Basic
Public MustOverride Sub SkipObject
Visual C++
public:
virtual void SkipObject() abstract

See Also