Namespace:
Stimulsoft.Base.Json.Linq
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public JEnumerable(
IEnumerable<T> enumerable
)
Public Sub New (
enumerable As IEnumerable(Of T)
)
Parameters
- enumerable
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="enumerable"/> documentation for "M:Stimulsoft.Base.Json.Linq.JEnumerable`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]
See Also