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

Determines whether the member is an indexed property.

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

Syntax

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

Parameters

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

Return Value

true if the member is an indexed property; otherwise, false.

See Also

ReflectionUtils Class
IsIndexedProperty Overload
Facebook.Json.Utilities Namespace