UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

1,119 lines 222 kB
{ "namespace": "System.Text.Json.Nodes", "types": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonNodeOptions", "clrName": "System.Text.Json.Nodes.JsonNodeOptions", "tsEmitName": "JsonNodeOptions", "assemblyName": "System.Text.Json", "metadataToken": 0, "methods": [], "properties": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonNodeOptions::PropertyNameCaseInsensitive:System.Boolean", "clrName": "PropertyNameCaseInsensitive", "tsEmitName": "propertyNameCaseInsensitive", "metadataToken": 385876405, "canonicalSignature": ":System.Boolean", "normalizedSignature": "PropertyNameCaseInsensitive|:System.Boolean|static=false|accessor=getset", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": true, "declaringClrType": "System.Text.Json.Nodes.JsonNodeOptions", "declaringAssemblyName": "System.Text.Json" } ], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "equals", "isStatic": false, "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.ValueType", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100665958 } }, { "tsName": "getHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|():System.Int32|static=false", "target": { "declaringClrType": "System.ValueType", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100665961 } }, { "tsName": "toString", "isStatic": false, "tsSignatureId": "ToString|():System.String|static=false", "target": { "declaringClrType": "System.ValueType", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100665963 } }, { "tsName": "getType", "isStatic": false, "tsSignatureId": "GetType|():System.Type|static=false", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664825 } }, { "tsName": "equals", "isStatic": true, "tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664831 } }, { "tsName": "referenceEquals", "isStatic": true, "tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664832 } } ], "exposedProperties": [ { "tsName": "propertyNameCaseInsensitive", "isStatic": false, "tsSignatureId": "PropertyNameCaseInsensitive|:System.Boolean|static=false|accessor=getset", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNodeOptions", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876405 } } ] }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray", "clrName": "System.Text.Json.Nodes.JsonArray", "tsEmitName": "JsonArray", "assemblyName": "System.Text.Json", "metadataToken": 0, "methods": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::GetValues():IEnumerable_1", "clrName": "GetValues", "tsEmitName": "getValues", "metadataToken": 100665324, "canonicalSignature": "():IEnumerable_1", "normalizedSignature": "GetValues|():IEnumerable_1|static=false", "emitScope": "ClassSurface", "arity": 1, "parameterCount": 0, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Create(System.Text.Json.JsonElement,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonArray", "clrName": "Create", "tsEmitName": "create", "metadataToken": 100665327, "canonicalSignature": "(System.Text.Json.JsonElement,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonArray", "normalizedSignature": "Create|(System.Text.Json.JsonElement,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonArray|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Add(T):System.Void", "clrName": "Add", "tsEmitName": "add", "metadataToken": 100665329, "canonicalSignature": "(T):System.Void", "normalizedSignature": "Add|(T):System.Void|static=false", "emitScope": "ClassSurface", "arity": 1, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::WriteTo(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions):System.Void", "clrName": "WriteTo", "tsEmitName": "writeTo", "metadataToken": 100665334, "canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions):System.Void", "normalizedSignature": "WriteTo|(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Add(System.Text.Json.Nodes.JsonNode):System.Void", "clrName": "Add", "tsEmitName": "add", "metadataToken": 100665338, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode):System.Void", "normalizedSignature": "Add|(System.Text.Json.Nodes.JsonNode):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Clear():System.Void", "clrName": "Clear", "tsEmitName": "clear", "metadataToken": 100665339, "canonicalSignature": "():System.Void", "normalizedSignature": "Clear|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Contains(System.Text.Json.Nodes.JsonNode):System.Boolean", "clrName": "Contains", "tsEmitName": "contains", "metadataToken": 100665340, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode):System.Boolean", "normalizedSignature": "Contains|(System.Text.Json.Nodes.JsonNode):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::IndexOf(System.Text.Json.Nodes.JsonNode):System.Int32", "clrName": "IndexOf", "tsEmitName": "indexOf", "metadataToken": 100665341, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode):System.Int32", "normalizedSignature": "IndexOf|(System.Text.Json.Nodes.JsonNode):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Insert(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void", "clrName": "Insert", "tsEmitName": "insert", "metadataToken": 100665342, "canonicalSignature": "(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void", "normalizedSignature": "Insert|(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Remove(System.Text.Json.Nodes.JsonNode):System.Boolean", "clrName": "Remove", "tsEmitName": "remove", "metadataToken": 100665343, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode):System.Boolean", "normalizedSignature": "Remove|(System.Text.Json.Nodes.JsonNode):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::RemoveAt(System.Int32):System.Void", "clrName": "RemoveAt", "tsEmitName": "removeAt", "metadataToken": 100665344, "canonicalSignature": "(System.Int32):System.Void", "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::RemoveAll(System.Func_2[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32", "clrName": "RemoveAll", "tsEmitName": "removeAll", "metadataToken": 100665345, "canonicalSignature": "(System.Func_2[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32", "normalizedSignature": "RemoveAll|(System.Func_2[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::RemoveRange(System.Int32,System.Int32):System.Void", "clrName": "RemoveRange", "tsEmitName": "removeRange", "metadataToken": 100665346, "canonicalSignature": "(System.Int32,System.Int32):System.Void", "normalizedSignature": "RemoveRange|(System.Int32,System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]", "clrName": "GetEnumerator", "tsEmitName": "getEnumerator", "metadataToken": 100665348, "canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]", "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32", "clrName": "IndexOf", "tsEmitName": "indexOf$view", "metadataToken": 100704568, "canonicalSignature": "(T):System.Int32", "normalizedSignature": "IndexOf|(T):System.Int32|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void", "clrName": "Insert", "tsEmitName": "insert$view", "metadataToken": 100704569, "canonicalSignature": "(System.Int32,T):System.Void", "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void", "clrName": "Add", "tsEmitName": "add$view", "metadataToken": 100704538, "canonicalSignature": "(T):System.Void", "normalizedSignature": "Add|(T):System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean", "clrName": "Contains", "tsEmitName": "contains$view", "metadataToken": 100704540, "canonicalSignature": "(T):System.Boolean", "normalizedSignature": "Contains|(T):System.Boolean|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void", "clrName": "CopyTo", "tsEmitName": "copyTo", "metadataToken": 100704541, "canonicalSignature": "(T[],System.Int32):System.Void", "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1", "clrName": "GetEnumerator", "tsEmitName": "getEnumerator$view", "metadataToken": 100704560, "canonicalSignature": "():IEnumerator_1", "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.Generic.IEnumerable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator", "clrName": "GetEnumerator", "tsEmitName": "getEnumerator$view", "metadataToken": 100703845, "canonicalSignature": "():System.Collections.IEnumerator", "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.IEnumerable", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void", "clrName": "RemoveAt", "tsEmitName": "removeAt$view", "metadataToken": 100704570, "canonicalSignature": "(System.Int32):System.Void", "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void", "clrName": "Clear", "tsEmitName": "clear$view", "metadataToken": 100704539, "canonicalSignature": "():System.Void", "normalizedSignature": "Clear|():System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false } ], "properties": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Count:System.Int32", "clrName": "Count", "tsEmitName": "count", "metadataToken": 385876390, "canonicalSignature": ":System.Int32", "normalizedSignature": "Count|:System.Int32|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean", "clrName": "IsReadOnly", "tsEmitName": "isReadOnly", "metadataToken": 385881418, "canonicalSignature": ":System.Boolean", "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get", "emitScope": "ViewOnly", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32", "clrName": "Count", "tsEmitName": "count$view", "metadataToken": 385881417, "canonicalSignature": ":System.Int32", "normalizedSignature": "Count|:System.Int32|static=false|accessor=get", "emitScope": "ViewOnly", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "metadataToken": 100665315, "canonicalSignature": "(System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "normalizedSignature": "constructor|(System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "isStatic": false, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[]):void", "metadataToken": 100665316, "canonicalSignature": "(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[]):void", "normalizedSignature": "constructor|(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[]):void|static=false", "isStatic": false, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.Text.Json.Nodes.JsonNodeOptions,System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "metadataToken": 100665317, "canonicalSignature": "(System.Text.Json.Nodes.JsonNodeOptions,System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "normalizedSignature": "constructor|(System.Text.Json.Nodes.JsonNodeOptions,System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "isStatic": false, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.Text.Json.Nodes.JsonNode[]):void", "metadataToken": 100665318, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode[]):void", "normalizedSignature": "constructor|(System.Text.Json.Nodes.JsonNode[]):void|static=false", "isStatic": false, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "metadataToken": 100665319, "canonicalSignature": "(System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "normalizedSignature": "constructor|(System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "isStatic": false, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" } ], "exposedMethods": [ { "tsName": "getValues", "isStatic": false, "tsSignatureId": "GetValues|():IEnumerable_1|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665324 } }, { "tsName": "create", "isStatic": true, "tsSignatureId": "Create|(System.Text.Json.JsonElement,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonArray|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665327 } }, { "tsName": "add", "isStatic": false, "tsSignatureId": "Add|(T):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665329 } }, { "tsName": "writeTo", "isStatic": false, "tsSignatureId": "WriteTo|(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665334 } }, { "tsName": "add", "isStatic": false, "tsSignatureId": "Add|(System.Text.Json.Nodes.JsonNode):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665338 } }, { "tsName": "clear", "isStatic": false, "tsSignatureId": "Clear|():System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665339 } }, { "tsName": "contains", "isStatic": false, "tsSignatureId": "Contains|(System.Text.Json.Nodes.JsonNode):System.Boolean|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665340 } }, { "tsName": "indexOf", "isStatic": false, "tsSignatureId": "IndexOf|(System.Text.Json.Nodes.JsonNode):System.Int32|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665341 } }, { "tsName": "insert", "isStatic": false, "tsSignatureId": "Insert|(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665342 } }, { "tsName": "remove", "isStatic": false, "tsSignatureId": "Remove|(System.Text.Json.Nodes.JsonNode):System.Boolean|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665343 } }, { "tsName": "removeAt", "isStatic": false, "tsSignatureId": "RemoveAt|(System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665344 } }, { "tsName": "removeAll", "isStatic": false, "tsSignatureId": "RemoveAll|(System.Func_2[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665345 } }, { "tsName": "removeRange", "isStatic": false, "tsSignatureId": "RemoveRange|(System.Int32,System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665346 } }, { "tsName": "getEnumerator", "isStatic": false, "tsSignatureId": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665348 } }, { "tsName": "indexOf$view", "isStatic": false, "tsSignatureId": "IndexOf|(T):System.Int32|static=false", "target": { "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704568 } }, { "tsName": "insert$view", "isStatic": false, "tsSignatureId": "Insert|(System.Int32,T):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704569 } }, { "tsName": "add$view", "isStatic": false, "tsSignatureId": "Add|(T):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704538 } }, { "tsName": "contains$view", "isStatic": false, "tsSignatureId": "Contains|(T):System.Boolean|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704540 } }, { "tsName": "copyTo", "isStatic": false, "tsSignatureId": "CopyTo|(T[],System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704541 } }, { "tsName": "getEnumerator$view", "isStatic": false, "tsSignatureId": "GetEnumerator|():IEnumerator_1|static=false", "target": { "declaringClrType": "System.Collections.Generic.IEnumerable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704560 } }, { "tsName": "getEnumerator$view", "isStatic": false, "tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false", "target": { "declaringClrType": "System.Collections.IEnumerable", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100703845 } }, { "tsName": "removeAt$view", "isStatic": false, "tsSignatureId": "RemoveAt|(System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704570 } }, { "tsName": "clear$view", "isStatic": false, "tsSignatureId": "Clear|():System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704539 } }, { "tsName": "asArray", "isStatic": false, "tsSignatureId": "AsArray|():System.Text.Json.Nodes.JsonArray|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665379 } }, { "tsName": "asObject", "isStatic": false, "tsSignatureId": "AsObject|():System.Text.Json.Nodes.JsonObject|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665380 } }, { "tsName": "asValue", "isStatic": false, "tsSignatureId": "AsValue|():System.Text.Json.Nodes.JsonValue|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665381 } }, { "tsName": "getPath", "isStatic": false, "tsSignatureId": "GetPath|():System.String|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665384 } }, { "tsName": "getValue", "isStatic": false, "tsSignatureId": "GetValue|():T|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665387 } }, { "tsName": "deepClone", "isStatic": false, "tsSignatureId": "DeepClone|():System.Text.Json.Nodes.JsonNode|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665394 } }, { "tsName": "getValueKind", "isStatic": false, "tsSignatureId": "GetValueKind|():System.Text.Json.JsonValueKind|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665396 } }, { "tsName": "getPropertyName", "isStatic": false, "tsSignatureId": "GetPropertyName|():System.String|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665398 } }, { "tsName": "getElementIndex", "isStatic": false, "tsSignatureId": "GetElementIndex|():System.Int32|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665399 } }, { "tsName": "deepEquals", "isStatic": true, "tsSignatureId": "DeepEquals|(System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode):System.Boolean|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665400 } }, { "tsName": "replaceWith", "isStatic": false, "tsSignatureId": "ReplaceWith|(T):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665402 } }, { "tsName": "parse", "isStatic": true, "tsSignatureId": "Parse|(System.Text.Json.Utf8JsonReader\u0026,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonNode|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665471 } }, { "tsName": "parse", "isStatic": true, "tsSignatureId": "Parse|(System.IO.Stream,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]],System.Text.Json.JsonDocumentOptions):System.Text.Json.Nodes.JsonNode|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665474 } }, { "tsName": "parseAsync", "isStatic": true, "tsSignatureId": "ParseAsync|(System.IO.Stream,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]],System.Text.Json.JsonDocumentOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665475 } }, { "tsName": "toJsonString", "isStatic": false, "tsSignatureId": "ToJsonString|(System.Text.Json.JsonSerializerOptions):System.String|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665476 } }, { "tsName": "toString", "isStatic": false, "tsSignatureId": "ToString|():System.String|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665477 } }, { "tsName": "get_Item", "isStatic": false, "tsSignatureId": "get_Item|(System.Int32):System.Text.Json.Nodes.JsonNode|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 0 } }, { "tsName": "set_Item", "isStatic": false, "tsSignatureId": "set_Item|(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 0 } }, { "tsName": "get_Item2", "isStatic": false, "tsSignatureId": "get_Item|(System.String):System.Text.Json.Nodes.JsonNode|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 0 } }, { "tsName": "set_Item2", "isStatic": false, "tsSignatureId": "set_Item|(System.String,System.Text.Json.Nodes.JsonNode):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 0 } }, { "tsName": "getType", "isStatic": false, "tsSignatureId": "GetType|():System.Type|static=false", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664825 } }, { "tsName": "equals", "isStatic": false, "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664830 } }, { "tsName": "equals", "isStatic": true, "tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664831 } }, { "tsName": "referenceEquals", "isStatic": true, "tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664832 } }, { "tsName": "getHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|():System.Int32|static=false", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664833 } } ], "exposedProperties": [ { "tsName": "count", "isStatic": false, "tsSignatureId": "Count|:System.Int32|static=false|accessor=get", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876390 } }, { "tsName": "isReadOnly", "isStatic": false, "tsSignatureId": "IsReadOnly|:System.Boolean|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881418 } }, { "tsName": "count$view", "isStatic": false, "tsSignatureId": "Count|:System.Int32|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881417 } }, { "tsName": "options", "isStatic": false, "tsSignatureId": "Options|:System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false|accessor=get", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876400 } }, { "tsName": "parent", "isStatic": false, "tsSignatureId": "Parent|:System.Text.Json.Nodes.JsonNode|static=false|accessor=get", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876401 } }, { "tsName": "root", "isStatic": false, "tsSignatureId": "Root|:System.Text.Json.Nodes.JsonNode|static=false|accessor=get", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876402 } } ], "exposedConstructors": [ { "isStatic": false, "tsSignatureId": "constructor|(System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665315 } }, { "isStatic": false, "tsSignatureId": "constructor|(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665316 } }, { "isStatic": false, "tsSignatureId": "constructor|(System.Text.Json.Nodes.JsonNodeOptions,System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665317 } }, { "isStatic": false, "tsSignatureId": "constructor|(System.Text.Json.Nodes.JsonNode[]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665318 } }, { "isStatic": false, "tsSignatureId": "constructor|(System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "Sy