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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.IsPropertyIndexed(System.Reflection.PropertyInfo)"]

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

Syntax

C#
public static bool IsPropertyIndexed(
	PropertyInfo property
)
Visual Basic (Declaration)
Public Shared Function IsPropertyIndexed ( _
	property As PropertyInfo _
) As Boolean
Visual C++
public:
static bool IsPropertyIndexed(
	PropertyInfo^ property
)

Parameters

property
Type: System.Reflection..::.PropertyInfo

[Missing <param name="property"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.IsPropertyIndexed(System.Reflection.PropertyInfo)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.IsPropertyIndexed(System.Reflection.PropertyInfo)"]

See Also

ReflectionUtils Class
Facebook.Json.Utilities Namespace