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

Determines whether the specified MemberInfo can be read.

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

Syntax

C#
public static bool CanReadMemberValue(
	MemberInfo member
)
Visual Basic (Declaration)
Public Shared Function CanReadMemberValue ( _
	member As MemberInfo _
) As Boolean
Visual C++
public:
static bool CanReadMemberValue(
	MemberInfo^ member
)

Parameters

member
Type: System.Reflection..::.MemberInfo
The MemberInfo to determine whether can be read.

Return Value

true if the specified MemberInfo can be read; otherwise, false.

See Also

ReflectionUtils Class
Facebook.Json.Utilities Namespace