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

Gets the member's underlying type.

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

Syntax

C#
public static Type GetMemberUnderlyingType(
	MemberInfo member
)
Visual Basic (Declaration)
Public Shared Function GetMemberUnderlyingType ( _
	member As MemberInfo _
) As Type
Visual C++
public:
static Type^ GetMemberUnderlyingType(
	MemberInfo^ member
)

Parameters

member
Type: System.Reflection..::.MemberInfo
The member.

Return Value

The underlying type of the member.

See Also

ReflectionUtils Class
Facebook.Json.Utilities Namespace