Json.NET - Quick Starts & API Documentation
AsJEnumerable Method
Namespaces ► Newtonsoft.Json.Linq ► Extensions ► AsJEnumerable()()()()

Icon | Member | Description |
---|---|---|
![]() ![]() |
AsJEnumerable(IEnumerable<(Of <<'(JToken>)>>)) |
Returns the input typed as IJEnumerable<(Of <(<'T>)>)>.
|
![]() ![]() |
AsJEnumerable<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Returns the input typed as IJEnumerable<(Of <(<'T>)>)>.
|