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

Tests whether the list's items are their unitialized value.

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

Syntax

C#
public static bool ItemsUnitializedValue<T>(
	IList<T> list
)
Visual Basic (Declaration)
Public Shared Function ItemsUnitializedValue(Of T) ( _
	list As IList(Of T) _
) As Boolean
Visual C++
public:
generic<typename T>
static bool ItemsUnitializedValue(
	IList<T>^ list
)

Parameters

list
Type: System.Collections.Generic..::.IList<(Of <(T>)>)
The list.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.ItemsUnitializedValue``1(System.Collections.Generic.IList{``0})"]

Return Value

Whether the list's items are their unitialized value

See Also

ReflectionUtils Class
Facebook.Json.Utilities Namespace