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

[Missing <summary> documentation for "M:Facebook.Json.Linq.JToken.FromObjectInternal(System.Object)"]

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

Syntax

C#
internal static JToken FromObjectInternal(
	Object o
)
Visual Basic (Declaration)
Friend Shared Function FromObjectInternal ( _
	o As Object _
) As JToken
Visual C++
internal:
static JToken^ FromObjectInternal(
	Object^ o
)

Parameters

o
Type: System..::.Object

[Missing <param name="o"/> documentation for "M:Facebook.Json.Linq.JToken.FromObjectInternal(System.Object)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Linq.JToken.FromObjectInternal(System.Object)"]

See Also

JToken Class
Facebook.Json.Linq Namespace