JsonArray.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddRange(IEnumerable<JsonValue>) | |
AddRange(JsonValue[]) |
AddRange(IEnumerable<JsonValue>)
public:
void AddRange(System::Collections::Generic::IEnumerable<System::Json::JsonValue ^> ^ items);
public void AddRange (System.Collections.Generic.IEnumerable<System.Json.JsonValue> items);
member this.AddRange : seq<System.Json.JsonValue> -> unit
Public Sub AddRange (items As IEnumerable(Of JsonValue))
Parameters
- items
- IEnumerable<JsonValue>
Remarks
Note
The System.Json namespace was designed for Silverlight, which is no longer supported. For processing JSON, we recommend using APIs in the System.Text.Json namespace instead.
Applies to
AddRange(JsonValue[])
public:
void AddRange(... cli::array <System::Json::JsonValue ^> ^ items);
public void AddRange (params System.Json.JsonValue[] items);
member this.AddRange : System.Json.JsonValue[] -> unit
Public Sub AddRange (ParamArray items As JsonValue())
Parameters
- items
- JsonValue[]
Remarks
Note
The System.Json namespace was designed for Silverlight, which is no longer supported. For processing JSON, we recommend using APIs in the System.Text.Json namespace instead.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.