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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateArray``1(System.Collections.Generic.IEnumerable{``0})"]

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

Syntax

C#
public static T[] CreateArray<T>(
	IEnumerable<T> enumerable
)
Visual Basic (Declaration)
Public Shared Function CreateArray(Of T) ( _
	enumerable As IEnumerable(Of T) _
) As T()
Visual C++
public:
generic<typename T>
static array<T>^ CreateArray(
	IEnumerable<T>^ enumerable
)

Parameters

enumerable
Type: System.Collections.Generic..::.IEnumerable<(Of <(T>)>)

[Missing <param name="enumerable"/> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateArray``1(System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

T

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

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateArray``1(System.Collections.Generic.IEnumerable{``0})"]

See Also

CollectionUtils Class
Facebook.Json.Utilities Namespace