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

[Missing <summary> documentation for "M:Facebook.Json.Serialization.JsonTypeReflector.GetJsonContainerAttribute(System.Type)"]

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

Syntax

C#
public static JsonContainerAttribute GetJsonContainerAttribute(
	Type type
)
Visual Basic (Declaration)
Public Shared Function GetJsonContainerAttribute ( _
	type As Type _
) As JsonContainerAttribute
Visual C++
public:
static JsonContainerAttribute^ GetJsonContainerAttribute(
	Type^ type
)

Parameters

type
Type: System..::.Type

[Missing <param name="type"/> documentation for "M:Facebook.Json.Serialization.JsonTypeReflector.GetJsonContainerAttribute(System.Type)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Serialization.JsonTypeReflector.GetJsonContainerAttribute(System.Type)"]

See Also

JsonTypeReflector Class
Facebook.Json.Serialization Namespace