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

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

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

Syntax

C#
public static JsonConverter GetConverter(
	ICustomAttributeProvider attributeProvider,
	Type targetConvertedType
)
Visual Basic (Declaration)
Public Shared Function GetConverter ( _
	attributeProvider As ICustomAttributeProvider, _
	targetConvertedType As Type _
) As JsonConverter
Visual C++
public:
static JsonConverter^ GetConverter(
	ICustomAttributeProvider^ attributeProvider, 
	Type^ targetConvertedType
)

Parameters

attributeProvider
Type: System.Reflection..::.ICustomAttributeProvider

[Missing <param name="attributeProvider"/> documentation for "M:Facebook.Json.Serialization.JsonTypeReflector.GetConverter(System.Reflection.ICustomAttributeProvider,System.Type)"]

targetConvertedType
Type: System..::.Type

[Missing <param name="targetConvertedType"/> documentation for "M:Facebook.Json.Serialization.JsonTypeReflector.GetConverter(System.Reflection.ICustomAttributeProvider,System.Type)"]

Return Value

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

See Also

JsonTypeReflector Class
Facebook.Json.Serialization Namespace