UNPKG

@tsonic/dotnet-pure

Version:

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

1,238 lines 445 kB
{ "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