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

Initializes a new instance of the JEnumerable<(Of <(T>)>) struct.

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

Syntax

C#
public JEnumerable(
	IEnumerable<T> enumerable
)
Visual Basic (Declaration)
Public Sub New ( _
	enumerable As IEnumerable(Of T) _
)
Visual C++
public:
JEnumerable(
	IEnumerable<T>^ enumerable
)

Parameters

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

See Also

JEnumerable<(Of <(T>)>) Structure
Facebook.Json.Linq Namespace