JsonArray.Add(JsonValue) Yöntem

Tanım

öğesine bir öğe ICollection<T>ekler.

public:
 virtual void Add(System::Json::JsonValue ^ item);
public void Add (System.Json.JsonValue item);
abstract member Add : System.Json.JsonValue -> unit
override this.Add : System.Json.JsonValue -> unit
Public Sub Add (item As JsonValue)

Parametreler

item
JsonValue

öğesine eklenecek ICollection<T>nesne.

Uygulamalar

Açıklamalar

Not

Ad System.Json alanı artık desteklenmeyen Silverlight için tasarlanmıştır. JSON işlemek için bunun yerine ad alanında API'leri System.Text.Json kullanmanızı öneririz.

Şunlara uygulanır