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

Returns the input typed as IJEnumerable<(Of <(T>)>).

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

Syntax

C#
public static IJEnumerable<T> AsJEnumerable<T>(
	this IEnumerable<T> source
)
where T : JToken
Visual Basic (Declaration)
<ExtensionAttribute> _
Public Shared Function AsJEnumerable(Of T As JToken) ( _
	source As IEnumerable(Of T) _
) As IJEnumerable(Of T)
Visual C++
[ExtensionAttribute]
public:
generic<typename T>
where T : JToken
static IJEnumerable<T>^ AsJEnumerable(
	IEnumerable<T>^ source
)

Parameters

source
Type: System.Collections.Generic..::.IEnumerable<(Of <(T>)>)
An IEnumerable<(Of <(T>)>) of JToken that contains the source collection.

Type Parameters

T
The source collection type.

Return Value

The input typed as IJEnumerable<(Of <(T>)>).

See Also

Extensions Class
AsJEnumerable Overload
Facebook.Json.Linq Namespace