JsonArray Class
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.
public abstract class JsonArray : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode, System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode>
type JsonArray = class
inherit JsonNode
interface seq<JsonNode>
interface IEnumerable
Public MustInherit Class JsonArray
Inherits JsonNode
Implements IEnumerable(Of JsonNode)
- Inheritance
- Derived
- Implements
Constructors
JsonArray() |
Properties
Count | |
Item[Int32] | (Inherited from JsonNode) |
Item[String] | (Inherited from JsonNode) |
Methods
ToString() | (Inherited from JsonNode) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | |
IEnumerable<JsonNode>.GetEnumerator() |