@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,238 lines • 445 kB
JSON
{
"namespace": "System.Collections",
"types": [
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
"clrName": "System.Collections.ICollection",
"tsEmitName": "ICollection",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
"clrName": "CopyTo",
"tsEmitName": "copyTo",
"metadataToken": 100703826,
"canonicalSignature": "(System.Array,System.Int32):System.Void",
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"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.ICollection::Count:System.Int32",
"clrName": "Count",
"tsEmitName": "count",
"metadataToken": 385881256,
"canonicalSignature": ":System.Int32",
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
"clrName": "SyncRoot",
"tsEmitName": "syncRoot",
"metadataToken": 385881257,
"canonicalSignature": ":System.Object",
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
"clrName": "IsSynchronized",
"tsEmitName": "isSynchronized",
"metadataToken": 385881258,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "copyTo",
"isStatic": false,
"tsSignatureId": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703826
}
},
{
"tsName": "getEnumerator",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703845
}
}
],
"exposedProperties": [
{
"tsName": "count",
"isStatic": false,
"tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881256
}
},
{
"tsName": "syncRoot",
"isStatic": false,
"tsSignatureId": "SyncRoot|:System.Object|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881257
}
},
{
"tsName": "isSynchronized",
"isStatic": false,
"tsSignatureId": "IsSynchronized|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881258
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Collections.IComparer",
"clrName": "System.Collections.IComparer",
"tsEmitName": "IComparer",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Collections.IComparer::Compare(System.Object,System.Object):System.Int32",
"clrName": "Compare",
"tsEmitName": "compare",
"metadataToken": 100703830,
"canonicalSignature": "(System.Object,System.Object):System.Int32",
"normalizedSignature": "Compare|(System.Object,System.Object):System.Int32|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.IComparer",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "compare",
"isStatic": false,
"tsSignatureId": "Compare|(System.Object,System.Object):System.Int32|static=false",
"target": {
"declaringClrType": "System.Collections.IComparer",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703830
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary",
"clrName": "System.Collections.IDictionary",
"tsEmitName": "IDictionary",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
"clrName": "Contains",
"tsEmitName": "contains",
"metadataToken": 100703835,
"canonicalSignature": "(System.Object):System.Boolean",
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
"clrName": "Add",
"tsEmitName": "add",
"metadataToken": 100703836,
"canonicalSignature": "(System.Object,System.Object):System.Void",
"normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
"clrName": "Clear",
"tsEmitName": "clear",
"metadataToken": 100703837,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Clear|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"metadataToken": 100703840,
"canonicalSignature": "():System.Collections.IDictionaryEnumerator",
"normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
"clrName": "Remove",
"tsEmitName": "remove",
"metadataToken": 100703841,
"canonicalSignature": "(System.Object):System.Void",
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
"clrName": "CopyTo",
"tsEmitName": "copyTo",
"metadataToken": 100703826,
"canonicalSignature": "(System.Array,System.Int32):System.Void",
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.ICollection",
"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.IDictionary::Item[System.Object]:System.Object",
"clrName": "Item",
"tsEmitName": "item",
"metadataToken": 385881259,
"canonicalSignature": "[System.Object]:System.Object",
"normalizedSignature": "Item|[System.Object]:System.Object|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": true,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
"clrName": "Keys",
"tsEmitName": "keys",
"metadataToken": 385881260,
"canonicalSignature": ":System.Collections.ICollection",
"normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
"clrName": "Values",
"tsEmitName": "values",
"metadataToken": 385881261,
"canonicalSignature": ":System.Collections.ICollection",
"normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
"clrName": "IsReadOnly",
"tsEmitName": "isReadOnly",
"metadataToken": 385881262,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
"clrName": "IsFixedSize",
"tsEmitName": "isFixedSize",
"metadataToken": 385881263,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
"clrName": "Count",
"tsEmitName": "count",
"metadataToken": 385881256,
"canonicalSignature": ":System.Int32",
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
"clrName": "SyncRoot",
"tsEmitName": "syncRoot",
"metadataToken": 385881257,
"canonicalSignature": ":System.Object",
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
"clrName": "IsSynchronized",
"tsEmitName": "isSynchronized",
"metadataToken": 385881258,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "contains",
"isStatic": false,
"tsSignatureId": "Contains|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703835
}
},
{
"tsName": "add",
"isStatic": false,
"tsSignatureId": "Add|(System.Object,System.Object):System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703836
}
},
{
"tsName": "clear",
"isStatic": false,
"tsSignatureId": "Clear|():System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703837
}
},
{
"tsName": "getEnumerator",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703840
}
},
{
"tsName": "remove",
"isStatic": false,
"tsSignatureId": "Remove|(System.Object):System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703841
}
},
{
"tsName": "copyTo",
"isStatic": false,
"tsSignatureId": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703826
}
},
{
"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.Object]:System.Object|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881259
}
},
{
"tsName": "keys",
"isStatic": false,
"tsSignatureId": "Keys|:System.Collections.ICollection|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881260
}
},
{
"tsName": "values",
"isStatic": false,
"tsSignatureId": "Values|:System.Collections.ICollection|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881261
}
},
{
"tsName": "isReadOnly",
"isStatic": false,
"tsSignatureId": "IsReadOnly|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881262
}
},
{
"tsName": "isFixedSize",
"isStatic": false,
"tsSignatureId": "IsFixedSize|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.IDictionary",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881263
}
},
{
"tsName": "count",
"isStatic": false,
"tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881256
}
},
{
"tsName": "syncRoot",
"isStatic": false,
"tsSignatureId": "SyncRoot|:System.Object|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881257
}
},
{
"tsName": "isSynchronized",
"isStatic": false,
"tsSignatureId": "IsSynchronized|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881258
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionaryEnumerator",
"clrName": "System.Collections.IDictionaryEnumerator",
"tsEmitName": "IDictionaryEnumerator",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
"clrName": "MoveNext",
"tsEmitName": "moveNext",
"metadataToken": 100703846,
"canonicalSignature": "():System.Boolean",
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
"clrName": "Reset",
"tsEmitName": "reset",
"metadataToken": 100703848,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Reset|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionaryEnumerator::Key:System.Object",
"clrName": "Key",
"tsEmitName": "key",
"metadataToken": 385881264,
"canonicalSignature": ":System.Object",
"normalizedSignature": "Key|:System.Object|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IDictionaryEnumerator",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionaryEnumerator::Value:System.Object",
"clrName": "Value",
"tsEmitName": "value",
"metadataToken": 385881265,
"canonicalSignature": ":System.Object",
"normalizedSignature": "Value|:System.Object|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IDictionaryEnumerator",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IDictionaryEnumerator::Entry:System.Collections.DictionaryEntry",
"clrName": "Entry",
"tsEmitName": "entry",
"metadataToken": 385881266,
"canonicalSignature": ":System.Collections.DictionaryEntry",
"normalizedSignature": "Entry|:System.Collections.DictionaryEntry|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IDictionaryEnumerator",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
"clrName": "Current",
"tsEmitName": "current",
"metadataToken": 385881267,
"canonicalSignature": ":System.Object",
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "moveNext",
"isStatic": false,
"tsSignatureId": "MoveNext|():System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703846
}
},
{
"tsName": "reset",
"isStatic": false,
"tsSignatureId": "Reset|():System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703848
}
}
],
"exposedProperties": [
{
"tsName": "key",
"isStatic": false,
"tsSignatureId": "Key|:System.Object|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.IDictionaryEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881264
}
},
{
"tsName": "value",
"isStatic": false,
"tsSignatureId": "Value|:System.Object|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.IDictionaryEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881265
}
},
{
"tsName": "entry",
"isStatic": false,
"tsSignatureId": "Entry|:System.Collections.DictionaryEntry|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.IDictionaryEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881266
}
},
{
"tsName": "current",
"isStatic": false,
"tsSignatureId": "Current|:System.Object|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881267
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
"clrName": "System.Collections.IEnumerable",
"tsEmitName": "IEnumerable",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"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": [],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "getEnumerator",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703845
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
"clrName": "System.Collections.IEnumerator",
"tsEmitName": "IEnumerator",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
"clrName": "MoveNext",
"tsEmitName": "moveNext",
"metadataToken": 100703846,
"canonicalSignature": "():System.Boolean",
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
"clrName": "Reset",
"tsEmitName": "reset",
"metadataToken": 100703848,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Reset|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
"clrName": "Current",
"tsEmitName": "current",
"metadataToken": 385881267,
"canonicalSignature": ":System.Object",
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "moveNext",
"isStatic": false,
"tsSignatureId": "MoveNext|():System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703846
}
},
{
"tsName": "reset",
"isStatic": false,
"tsSignatureId": "Reset|():System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703848
}
}
],
"exposedProperties": [
{
"tsName": "current",
"isStatic": false,
"tsSignatureId": "Current|:System.Object|static=false|accessor=get",
"target": {
"declaringClrType": "System.Collections.IEnumerator",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385881267
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEqualityComparer",
"clrName": "System.Collections.IEqualityComparer",
"tsEmitName": "IEqualityComparer",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Collections.IEqualityComparer::Equals(System.Object,System.Object):System.Boolean",
"clrName": "Equals",
"tsEmitName": "equals",
"metadataToken": 100703849,
"canonicalSignature": "(System.Object,System.Object):System.Boolean",
"normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.IEqualityComparer",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEqualityComparer::GetHashCode(System.Object):System.Int32",
"clrName": "GetHashCode",
"tsEmitName": "getHashCode",
"metadataToken": 100703850,
"canonicalSignature": "(System.Object):System.Int32",
"normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.IEqualityComparer",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.IEqualityComparer",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703849
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|(System.Object):System.Int32|static=false",
"target": {
"declaringClrType": "System.Collections.IEqualityComparer",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703850
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Collections.IHashCodeProvider",
"clrName": "System.Collections.IHashCodeProvider",
"tsEmitName": "IHashCodeProvider",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Collections.IHashCodeProvider::GetHashCode(System.Object):System.Int32",
"clrName": "GetHashCode",
"tsEmitName": "getHashCode",
"metadataToken": 100703851,
"canonicalSignature": "(System.Object):System.Int32",
"normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.IHashCodeProvider",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|(System.Object):System.Int32|static=false",
"target": {
"declaringClrType": "System.Collections.IHashCodeProvider",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703851
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Collections.IList",
"clrName": "System.Collections.IList",
"tsEmitName": "IList",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
"clrName": "Add",
"tsEmitName": "add",
"metadataToken": 100703854,
"canonicalSignature": "(System.Object):System.Int32",
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
"clrName": "Contains",
"tsEmitName": "contains",
"metadataToken": 100703855,
"canonicalSignature": "(System.Object):System.Boolean",
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
"clrName": "Clear",
"tsEmitName": "clear",
"metadataToken": 100703856,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Clear|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
"clrName": "Insert",
"tsEmitName": "insert",
"metadataToken": 100703860,
"canonicalSignature": "(System.Int32,System.Object):System.Void",
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
"clrName": "Remove",
"tsEmitName": "remove",
"metadataToken": 100703861,
"canonicalSignature": "(System.Object):System.Void",
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
"clrName": "RemoveAt",
"tsEmitName": "removeAt",
"metadataToken": 100703862,
"canonicalSignature": "(System.Int32):System.Void",
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
"clrName": "CopyTo",
"tsEmitName": "copyTo",
"metadataToken": 100703826,
"canonicalSignature": "(System.Array,System.Int32):System.Void",
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
"clrName": "GetEnumerator",
"tsEmitName": "getEnumerator",
"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.IList::Item[System.Int32]:System.Object",
"clrName": "Item",
"tsEmitName": "item",
"metadataToken": 385881268,
"canonicalSignature": "[System.Int32]:System.Object",
"normalizedSignature": "Item|[System.Int32]:System.Object|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": true,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
"clrName": "IsReadOnly",
"tsEmitName": "isReadOnly",
"metadataToken": 385881269,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
"clrName": "IsFixedSize",
"tsEmitName": "isFixedSize",
"metadataToken": 385881270,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
"clrName": "Count",
"tsEmitName": "count",
"metadataToken": 385881256,
"canonicalSignature": ":System.Int32",
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
"clrName": "SyncRoot",
"tsEmitName": "syncRoot",
"metadataToken": 385881257,
"canonicalSignature": ":System.Object",
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
"clrName": "IsSynchronized",
"tsEmitName": "isSynchronized",
"metadataToken": 385881258,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "add",
"isStatic": false,
"tsSignatureId": "Add|(System.Object):System.Int32|static=false",
"target": {
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703854
}
},
{
"tsName": "contains",
"isStatic": false,
"tsSignatureId": "Contains|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703855
}
},
{
"tsName": "clear",
"isStatic": false,
"tsSignatureId": "Clear|():System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703856
}
},
{
"tsName": "insert",
"isStatic": false,
"tsSignatureId": "Insert|(System.Int32,System.Object):System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703860
}
},
{
"tsName": "remove",
"isStatic": false,
"tsSignatureId": "Remove|(System.Object):System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703861
}
},
{
"tsName": "removeAt",
"isStatic": false,
"tsSignatureId": "RemoveAt|(System.Int32):System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.IList",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703862
}
},
{
"tsName": "copyTo",
"isStatic": false,
"tsSignatureId": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
"target": {
"declaringClrType": "System.Collections.ICollection",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100703826
}
},
{
"tsName": "getEnumerator",
"isStatic": false,
"tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
"target": {
"declaringClrType": "System.Collections.IEnumerable",
"declaringAssemb