Json.NET - Quick Starts & API Documentation
JEnumerable<(Of <(<'T>)>)> Constructor (enumerable)
Namespaces ► Newtonsoft.Json.Linq ► JEnumerable<(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.