JEnumerable(T) Constructor (enumerable)

Json.NET

Json.NET - Quick Starts & API Documentation JEnumerable<(Of <(<'T>)>)> Constructor (enumerable)
NamespacesNewtonsoft.Json.LinqJEnumerable<(Of <(<'T>)>)>JEnumerable<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>))
Initializes a new instance of the JEnumerable<(Of <(<'T>)>)> struct.
Declaration Syntax
C# Visual Basic Visual C++
public JEnumerable(
	IEnumerable<T> enumerable
)
Public Sub New ( _
	enumerable As IEnumerable(Of T) _
)
public:
JEnumerable(
	IEnumerable<T>^ enumerable
)
Parameters
enumerable (IEnumerable<(Of <(<'T>)>)>)
The enumerable.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)