JsonElement.Clone 方法

定义

获取可在超过原始 JsonDocument 的生存期安全存储的 JsonElement。

public:
 System::Text::Json::JsonElement Clone();
public System.Text.Json.JsonElement Clone ();
member this.Clone : unit -> System.Text.Json.JsonElement
Public Function Clone () As JsonElement

返回

可在超过原始 JsonDocument 的生存期安全存储的 JsonElement。

注解

如果这 JsonElement 本身就是对 的上一次调用 Clone 的输出,或包含在另一个 JsonElement 值中的值,而该值是上一次调用 的 Clone输出,则此方法不会导致额外的内存分配。

适用于