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

Gets the current reader state.

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

Syntax

C#
protected JsonReader..::.State CurrentState { get; private set; }
Visual Basic (Declaration)
Protected Property CurrentState As JsonReader..::.State
Visual C++
protected:
property JsonReader..::.State CurrentState {
	JsonReader..::.State get ();
	void set (JsonReader..::.State value);
}

Field Value

The current reader state.

See Also

JsonReader Class
Facebook.Json Namespace