JsonArray.AddRange Method
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.
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
참고
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
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
참고
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
.NET 피드백
.NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.