Прочитать на английском

Поделиться через


JsonObject Class

Definition

public class JsonObject : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json.JsonNode, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json.JsonNode>>, System.Collections.Generic.IDictionary<string,Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json.JsonNode>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Json.JsonNode>>
type JsonObject = class
    inherit JsonNode
    interface IDictionary<string, JsonNode>
    interface ICollection<KeyValuePair<string, JsonNode>>
    interface seq<KeyValuePair<string, JsonNode>>
    interface IEnumerable
Public Class JsonObject
Inherits JsonNode
Implements ICollection(Of KeyValuePair(Of String, JsonNode)), IDictionary(Of String, JsonNode), IEnumerable(Of KeyValuePair(Of String, JsonNode))
Inheritance
JsonObject
Implements

Properties

Methods

Explicit Interface Implementations

Extension Methods

Applies to