[This is preliminary documentation and is subject to change.]

Reads the next Json token from the stream.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public abstract bool Read()
Visual Basic (Declaration)
Public MustOverride Function Read As Boolean
Visual C++
public:
virtual bool Read() abstract

Return Value

true if the next token was read successfully; false if there are no more tokens to read.

See Also

JsonReader Class
Facebook.Json Namespace