XNodeArray 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 sealed class XNodeArray : Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Json.JsonArray, System.Collections.Generic.ICollection<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Json.JsonNode>, System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Json.JsonNode>
type XNodeArray = class
inherit JsonArray
interface ICollection<JsonNode>
interface seq<JsonNode>
interface IEnumerable
Public NotInheritable Class XNodeArray
Inherits JsonArray
Implements ICollection(Of JsonNode), IEnumerable(Of JsonNode)
- Inheritance
- Implements
Properties
Count | |
IsReadOnly | |
Item[Int32] | |
Item[String] | (Inherited from JsonNode) |
Methods
Add(JsonNode) | |
Contains(JsonNode) | |
Remove(JsonNode) | |
ToString() | (Inherited from JsonNode) |
Explicit Interface Implementations
ICollection<JsonNode>.Clear() | |
ICollection<JsonNode>.CopyTo(JsonNode[], Int32) | |
IEnumerable.GetEnumerator() | |
IEnumerable<JsonNode>.GetEnumerator() |