JsonArray Constructor (IEnumerableJsonValue) |
Creates new JSON array that contains elements copied from the given collection.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic JsonArray(
IEnumerable<JsonValue> collection
)
Public Sub New (
collection As IEnumerable(Of JsonValue)
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableJsonValue
The collection whose elements to copy to the new array.
See Also