@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,135 lines • 1.2 MB
JSON
{
"namespace": "System.Collections.Immutable",
"types": [
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableDictionary\u00602",
"clrName": "System.Collections.Immutable.IImmutableDictionary\u00602",
"tsEmitName": "IImmutableDictionary_2",
"assemblyName": "System.Collections.Immutable",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableDictionary\u00602::Clear():IImmutableDictionary_2",
"clrName": "Clear",
"tsEmitName": "clear",
"metadataToken": 100663397,
"canonicalSignature": "():IImmutableDictionary_2",
"normalizedSignature": "Clear|():IImmutableDictionary_2|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableDictionary\u00602::Add(TKey,TValue):IImmutableDictionary_2",
"clrName": "Add",
"tsEmitName": "add",
"metadataToken": 100663398,
"canonicalSignature": "(TKey,TValue):IImmutableDictionary_2",
"normalizedSignature": "Add|(TKey,TValue):IImmutableDictionary_2|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableDictionary\u00602::AddRange(IEnumerable_1):IImmutableDictionary_2",
"clrName": "AddRange",
"tsEmitName": "addRange",
"metadataToken": 100663399,
"canonicalSignature": "(IEnumerable_1):IImmutableDictionary_2",
"normalizedSignature": "AddRange|(IEnumerable_1):IImmutableDictionary_2|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableDictionary\u00602::Remove(TKey):IImmutableDictionary_2",
"clrName": "Remove",
"tsEmitName": "remove",
"metadataToken": 100663403,
"canonicalSignature": "(TKey):IImmutableDictionary_2",
"normalizedSignature": "Remove|(TKey):IImmutableDictionary_2|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableDictionary\u00602::Contains(KeyValuePair_2):System.Boolean",
"clrName": "Contains",
"tsEmitName": "contains",
"metadataToken": 100663404,
"canonicalSignature": "(KeyValuePair_2):System.Boolean",
"normalizedSignature": "Contains|(KeyValuePair_2):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableDictionary\u00602::TryGetKey(TKey,TKey\u0026):System.Boolean",
"clrName": "TryGetKey",
"tsEmitName": "tryGetKey",
"metadataToken": 100663405,
"canonicalSignature": "(TKey,TKey\u0026):System.Boolean",
"normalizedSignature": "TryGetKey|(TKey,TKey\u0026):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
"clrName": "ContainsKey",
"tsEmitName": "containsKey",
"metadataToken": 100704572,
"canonicalSignature": "(TKey):System.Boolean",
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
"clrName": "TryGetValue",
"tsEmitName": "tryGetValue",
"metadataToken": 100704573,
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"metadataToken": 100704560,
"canonicalSignature": "():IEnumerator_1",
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
"emitScope": "ClassSurface",
"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": "getEnumerator2",
"metadataToken": 100703845,
"canonicalSignature": "():System.Collections.IEnumerator",
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Item[TKey]:TValue",
"clrName": "Item",
"tsEmitName": "item",
"metadataToken": 385881429,
"canonicalSignature": "[TKey]:TValue",
"normalizedSignature": "Item|[TKey]:TValue|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": true,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
"clrName": "Keys",
"tsEmitName": "keys",
"metadataToken": 385881430,
"canonicalSignature": ":IEnumerable_1",
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
"clrName": "Values",
"tsEmitName": "values",
"metadataToken": 385881431,
"canonicalSignature": ":IEnumerable_1",
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
"clrName": "Count",
"tsEmitName": "count",
"metadataToken": 385881428,
"canonicalSignature": ":System.Int32",
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "clear",
"isStatic": false,
"tsSignatureId": "Clear|():IImmutableDictionary_2|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663397
}
},
{
"tsName": "add",
"isStatic": false,
"tsSignatureId": "Add|(TKey,TValue):IImmutableDictionary_2|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663398
}
},
{
"tsName": "addRange",
"isStatic": false,
"tsSignatureId": "AddRange|(IEnumerable_1):IImmutableDictionary_2|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663399
}
},
{
"tsName": "remove",
"isStatic": false,
"tsSignatureId": "Remove|(TKey):IImmutableDictionary_2|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663403
}
},
{
"tsName": "contains",
"isStatic": false,
"tsSignatureId": "Contains|(KeyValuePair_2):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663404
}
},
{
"tsName": "tryGetKey",
"isStatic": false,
"tsSignatureId": "TryGetKey|(TKey,TKey\u0026):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663405
}
},
{
"tsName": "containsKey",
"isStatic": false,
"tsSignatureId": "ContainsKey|(TKey):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100704572
}
},
{
"tsName": "tryGetValue",
"isStatic": false,
"tsSignatureId": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100704573
}
},
{
"tsName": "getEnumerator",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():IEnumerator_1|static=false",
"target": {
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100704560
}
},
{
"tsName": "getEnumerator2",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703845
}
}
],
"exposedProperties": [
{
"tsName": "item",
"isStatic": false,
"tsSignatureId": "Item|[TKey]:TValue|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881429
}
},
{
"tsName": "keys",
"isStatic": false,
"tsSignatureId": "Keys|:IEnumerable_1|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881430
}
},
{
"tsName": "values",
"isStatic": false,
"tsSignatureId": "Values|:IEnumerable_1|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881431
}
},
{
"tsName": "count",
"isStatic": false,
"tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881428
}
}
]
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601",
"clrName": "System.Collections.Immutable.IImmutableList\u00601",
"tsEmitName": "IImmutableList_1",
"assemblyName": "System.Collections.Immutable",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::Clear():IImmutableList_1",
"clrName": "Clear",
"tsEmitName": "clear",
"metadataToken": 100663407,
"canonicalSignature": "():IImmutableList_1",
"normalizedSignature": "Clear|():IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::IndexOf(T,System.Int32,System.Int32,IEqualityComparer_1):System.Int32",
"clrName": "IndexOf",
"tsEmitName": "indexOf",
"metadataToken": 100663408,
"canonicalSignature": "(T,System.Int32,System.Int32,IEqualityComparer_1):System.Int32",
"normalizedSignature": "IndexOf|(T,System.Int32,System.Int32,IEqualityComparer_1):System.Int32|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 4,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::Add(T):IImmutableList_1",
"clrName": "Add",
"tsEmitName": "add",
"metadataToken": 100663410,
"canonicalSignature": "(T):IImmutableList_1",
"normalizedSignature": "Add|(T):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::AddRange(IEnumerable_1):IImmutableList_1",
"clrName": "AddRange",
"tsEmitName": "addRange",
"metadataToken": 100663411,
"canonicalSignature": "(IEnumerable_1):IImmutableList_1",
"normalizedSignature": "AddRange|(IEnumerable_1):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::Insert(System.Int32,T):IImmutableList_1",
"clrName": "Insert",
"tsEmitName": "insert",
"metadataToken": 100663412,
"canonicalSignature": "(System.Int32,T):IImmutableList_1",
"normalizedSignature": "Insert|(System.Int32,T):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::InsertRange(System.Int32,IEnumerable_1):IImmutableList_1",
"clrName": "InsertRange",
"tsEmitName": "insertRange",
"metadataToken": 100663413,
"canonicalSignature": "(System.Int32,IEnumerable_1):IImmutableList_1",
"normalizedSignature": "InsertRange|(System.Int32,IEnumerable_1):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::Remove(T,IEqualityComparer_1):IImmutableList_1",
"clrName": "Remove",
"tsEmitName": "remove",
"metadataToken": 100663414,
"canonicalSignature": "(T,IEqualityComparer_1):IImmutableList_1",
"normalizedSignature": "Remove|(T,IEqualityComparer_1):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::RemoveAll(Predicate_1):IImmutableList_1",
"clrName": "RemoveAll",
"tsEmitName": "removeAll",
"metadataToken": 100663415,
"canonicalSignature": "(Predicate_1):IImmutableList_1",
"normalizedSignature": "RemoveAll|(Predicate_1):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::RemoveRange(IEnumerable_1,IEqualityComparer_1):IImmutableList_1",
"clrName": "RemoveRange",
"tsEmitName": "removeRange",
"metadataToken": 100663416,
"canonicalSignature": "(IEnumerable_1,IEqualityComparer_1):IImmutableList_1",
"normalizedSignature": "RemoveRange|(IEnumerable_1,IEqualityComparer_1):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::RemoveRange(System.Int32,System.Int32):IImmutableList_1",
"clrName": "RemoveRange",
"tsEmitName": "removeRange",
"metadataToken": 100663417,
"canonicalSignature": "(System.Int32,System.Int32):IImmutableList_1",
"normalizedSignature": "RemoveRange|(System.Int32,System.Int32):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::RemoveAt(System.Int32):IImmutableList_1",
"clrName": "RemoveAt",
"tsEmitName": "removeAt",
"metadataToken": 100663418,
"canonicalSignature": "(System.Int32):IImmutableList_1",
"normalizedSignature": "RemoveAt|(System.Int32):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableList\u00601::Replace(T,T,IEqualityComparer_1):IImmutableList_1",
"clrName": "Replace",
"tsEmitName": "replace",
"metadataToken": 100663420,
"canonicalSignature": "(T,T,IEqualityComparer_1):IImmutableList_1",
"normalizedSignature": "Replace|(T,T,IEqualityComparer_1):IImmutableList_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"metadataToken": 100704560,
"canonicalSignature": "():IEnumerator_1",
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
"emitScope": "ClassSurface",
"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": "getEnumerator2",
"metadataToken": 100703845,
"canonicalSignature": "():System.Collections.IEnumerator",
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601::Item[System.Int32]:T",
"clrName": "Item",
"tsEmitName": "item",
"metadataToken": 385881432,
"canonicalSignature": "[System.Int32]:T",
"normalizedSignature": "Item|[System.Int32]:T|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": true,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.Generic.IReadOnlyList\u00601",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
"clrName": "Count",
"tsEmitName": "count",
"metadataToken": 385881428,
"canonicalSignature": ":System.Int32",
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "clear",
"isStatic": false,
"tsSignatureId": "Clear|():IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663407
}
},
{
"tsName": "indexOf",
"isStatic": false,
"tsSignatureId": "IndexOf|(T,System.Int32,System.Int32,IEqualityComparer_1):System.Int32|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663408
}
},
{
"tsName": "add",
"isStatic": false,
"tsSignatureId": "Add|(T):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663410
}
},
{
"tsName": "addRange",
"isStatic": false,
"tsSignatureId": "AddRange|(IEnumerable_1):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663411
}
},
{
"tsName": "insert",
"isStatic": false,
"tsSignatureId": "Insert|(System.Int32,T):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663412
}
},
{
"tsName": "insertRange",
"isStatic": false,
"tsSignatureId": "InsertRange|(System.Int32,IEnumerable_1):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663413
}
},
{
"tsName": "remove",
"isStatic": false,
"tsSignatureId": "Remove|(T,IEqualityComparer_1):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663414
}
},
{
"tsName": "removeAll",
"isStatic": false,
"tsSignatureId": "RemoveAll|(Predicate_1):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663415
}
},
{
"tsName": "removeRange",
"isStatic": false,
"tsSignatureId": "RemoveRange|(IEnumerable_1,IEqualityComparer_1):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663416
}
},
{
"tsName": "removeRange",
"isStatic": false,
"tsSignatureId": "RemoveRange|(System.Int32,System.Int32):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663417
}
},
{
"tsName": "removeAt",
"isStatic": false,
"tsSignatureId": "RemoveAt|(System.Int32):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663418
}
},
{
"tsName": "replace",
"isStatic": false,
"tsSignatureId": "Replace|(T,T,IEqualityComparer_1):IImmutableList_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableList\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663420
}
},
{
"tsName": "getEnumerator",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():IEnumerator_1|static=false",
"target": {
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100704560
}
},
{
"tsName": "getEnumerator2",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703845
}
}
],
"exposedProperties": [
{
"tsName": "item",
"isStatic": false,
"tsSignatureId": "Item|[System.Int32]:T|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.Generic.IReadOnlyList\u00601",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881432
}
},
{
"tsName": "count",
"isStatic": false,
"tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881428
}
}
]
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableQueue\u00601",
"clrName": "System.Collections.Immutable.IImmutableQueue\u00601",
"tsEmitName": "IImmutableQueue_1",
"assemblyName": "System.Collections.Immutable",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableQueue\u00601::Clear():IImmutableQueue_1",
"clrName": "Clear",
"tsEmitName": "clear",
"metadataToken": 100663422,
"canonicalSignature": "():IImmutableQueue_1",
"normalizedSignature": "Clear|():IImmutableQueue_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.Immutable.IImmutableQueue\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableQueue\u00601::Peek():T",
"clrName": "Peek",
"tsEmitName": "peek",
"metadataToken": 100663423,
"canonicalSignature": "():T",
"normalizedSignature": "Peek|():T|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.Immutable.IImmutableQueue\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableQueue\u00601::Enqueue(T):IImmutableQueue_1",
"clrName": "Enqueue",
"tsEmitName": "enqueue",
"metadataToken": 100663424,
"canonicalSignature": "(T):IImmutableQueue_1",
"normalizedSignature": "Enqueue|(T):IImmutableQueue_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableQueue\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"metadataToken": 100704560,
"canonicalSignature": "():IEnumerator_1",
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
"emitScope": "ClassSurface",
"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": "getEnumerator2",
"metadataToken": 100703845,
"canonicalSignature": "():System.Collections.IEnumerator",
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableQueue\u00601::IsEmpty:System.Boolean",
"clrName": "IsEmpty",
"tsEmitName": "isEmpty",
"metadataToken": 385875996,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsEmpty|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.Immutable.IImmutableQueue\u00601",
"declaringAssemblyName": "System.Collections.Immutable"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "clear",
"isStatic": false,
"tsSignatureId": "Clear|():IImmutableQueue_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableQueue\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663422
}
},
{
"tsName": "peek",
"isStatic": false,
"tsSignatureId": "Peek|():T|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableQueue\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663423
}
},
{
"tsName": "enqueue",
"isStatic": false,
"tsSignatureId": "Enqueue|(T):IImmutableQueue_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableQueue\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663424
}
},
{
"tsName": "getEnumerator",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():IEnumerator_1|static=false",
"target": {
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100704560
}
},
{
"tsName": "getEnumerator2",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703845
}
}
],
"exposedProperties": [
{
"tsName": "isEmpty",
"isStatic": false,
"tsSignatureId": "IsEmpty|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableQueue\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 385875996
}
}
]
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601",
"clrName": "System.Collections.Immutable.IImmutableSet\u00601",
"tsEmitName": "IImmutableSet_1",
"assemblyName": "System.Collections.Immutable",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601::Clear():IImmutableSet_1",
"clrName": "Clear",
"tsEmitName": "clear",
"metadataToken": 100663426,
"canonicalSignature": "():IImmutableSet_1",
"normalizedSignature": "Clear|():IImmutableSet_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601::Contains(T):System.Boolean",
"clrName": "Contains",
"tsEmitName": "contains",
"metadataToken": 100663427,
"canonicalSignature": "(T):System.Boolean",
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601::Add(T):IImmutableSet_1",
"clrName": "Add",
"tsEmitName": "add",
"metadataToken": 100663428,
"canonicalSignature": "(T):IImmutableSet_1",
"normalizedSignature": "Add|(T):IImmutableSet_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601::TryGetValue(T,T\u0026):System.Boolean",
"clrName": "TryGetValue",
"tsEmitName": "tryGetValue",
"metadataToken": 100663430,
"canonicalSignature": "(T,T\u0026):System.Boolean",
"normalizedSignature": "TryGetValue|(T,T\u0026):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601::Intersect(IEnumerable_1):IImmutableSet_1",
"clrName": "Intersect",
"tsEmitName": "intersect",
"metadataToken": 100663431,
"canonicalSignature": "(IEnumerable_1):IImmutableSet_1",
"normalizedSignature": "Intersect|(IEnumerable_1):IImmutableSet_1|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601::SetEquals(IEnumerable_1):System.Boolean",
"clrName": "SetEquals",
"tsEmitName": "setEquals",
"metadataToken": 100663435,
"canonicalSignature": "(IEnumerable_1):System.Boolean",
"normalizedSignature": "SetEquals|(IEnumerable_1):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"metadataToken": 100704560,
"canonicalSignature": "():IEnumerator_1",
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
"emitScope": "ClassSurface",
"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": "getEnumerator2",
"metadataToken": 100703845,
"canonicalSignature": "():System.Collections.IEnumerator",
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
"clrName": "Count",
"tsEmitName": "count",
"metadataToken": 385881428,
"canonicalSignature": ":System.Int32",
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "clear",
"isStatic": false,
"tsSignatureId": "Clear|():IImmutableSet_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663426
}
},
{
"tsName": "contains",
"isStatic": false,
"tsSignatureId": "Contains|(T):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663427
}
},
{
"tsName": "add",
"isStatic": false,
"tsSignatureId": "Add|(T):IImmutableSet_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663428
}
},
{
"tsName": "tryGetValue",
"isStatic": false,
"tsSignatureId": "TryGetValue|(T,T\u0026):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663430
}
},
{
"tsName": "intersect",
"isStatic": false,
"tsSignatureId": "Intersect|(IEnumerable_1):IImmutableSet_1|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663431
}
},
{
"tsName": "setEquals",
"isStatic": false,
"tsSignatureId": "SetEquals|(IEnumerable_1):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
"declaringAssemblyName": "System.Collections.Immutable",
"metadataToken": 100663435
}
},
{
"tsName": "getEnumerator",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():IEnumerator_1|static=false",
"target": {
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100704560
}
},
{
"tsName": "getEnumerator2",
"isStatic": false,
"ts