UNPKG

@tsonic/dotnet

Version:

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

1,193 lines 1.35 MB
{ "namespace": "System.Collections.Generic", "types": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602", "clrName": "System.Collections.Generic.IAlternateEqualityComparer\u00602", "tsEmitName": "IAlternateEqualityComparer_2", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602::Equals(TAlternate,T):System.Boolean", "clrName": "Equals", "tsEmitName": "equals", "metadataToken": 100704530, "canonicalSignature": "(TAlternate,T):System.Boolean", "normalizedSignature": "Equals|(TAlternate,T):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.IAlternateEqualityComparer\u00602", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602::GetHashCode(TAlternate):System.Int32", "clrName": "GetHashCode", "tsEmitName": "getHashCode", "metadataToken": 100704531, "canonicalSignature": "(TAlternate):System.Int32", "normalizedSignature": "GetHashCode|(TAlternate):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IAlternateEqualityComparer\u00602", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602::Create(TAlternate):T", "clrName": "Create", "tsEmitName": "create", "metadataToken": 100704532, "canonicalSignature": "(TAlternate):T", "normalizedSignature": "Create|(TAlternate):T|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IAlternateEqualityComparer\u00602", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false } ], "properties": [], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "equals", "isStatic": false, "tsSignatureId": "Equals|(TAlternate,T):System.Boolean|static=false", "target": { "declaringClrType": "System.Collections.Generic.IAlternateEqualityComparer\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704530 } }, { "tsName": "getHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|(TAlternate):System.Int32|static=false", "target": { "declaringClrType": "System.Collections.Generic.IAlternateEqualityComparer\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704531 } }, { "tsName": "create", "isStatic": false, "tsSignatureId": "Create|(TAlternate):T|static=false", "target": { "declaringClrType": "System.Collections.Generic.IAlternateEqualityComparer\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704532 } } ] }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerable\u00601", "clrName": "System.Collections.Generic.IAsyncEnumerable\u00601", "tsEmitName": "IAsyncEnumerable_1", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerable\u00601::GetAsyncEnumerator(System.Threading.CancellationToken):IAsyncEnumerator_1", "clrName": "GetAsyncEnumerator", "tsEmitName": "getAsyncEnumerator", "metadataToken": 100704533, "canonicalSignature": "(System.Threading.CancellationToken):IAsyncEnumerator_1", "normalizedSignature": "GetAsyncEnumerator|(System.Threading.CancellationToken):IAsyncEnumerator_1|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IAsyncEnumerable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false } ], "properties": [], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "getAsyncEnumerator", "isStatic": false, "tsSignatureId": "GetAsyncEnumerator|(System.Threading.CancellationToken):IAsyncEnumerator_1|static=false", "target": { "declaringClrType": "System.Collections.Generic.IAsyncEnumerable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704533 } } ] }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerator\u00601", "clrName": "System.Collections.Generic.IAsyncEnumerator\u00601", "tsEmitName": "IAsyncEnumerator_1", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerator\u00601::MoveNextAsync():System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]", "clrName": "MoveNextAsync", "tsEmitName": "moveNextAsync", "metadataToken": 100704534, "canonicalSignature": "():System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]", "normalizedSignature": "MoveNextAsync|():System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.Generic.IAsyncEnumerator\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.IAsyncDisposable::DisposeAsync():System.Threading.Tasks.ValueTask", "clrName": "DisposeAsync", "tsEmitName": "disposeAsync", "metadataToken": 100668504, "canonicalSignature": "():System.Threading.Tasks.ValueTask", "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.IAsyncDisposable", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false } ], "properties": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerator\u00601::Current:T", "clrName": "Current", "tsEmitName": "current", "metadataToken": 385881416, "canonicalSignature": ":T", "normalizedSignature": "Current|:T|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.IAsyncEnumerator\u00601", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "moveNextAsync", "isStatic": false, "tsSignatureId": "MoveNextAsync|():System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false", "target": { "declaringClrType": "System.Collections.Generic.IAsyncEnumerator\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704534 } }, { "tsName": "disposeAsync", "isStatic": false, "tsSignatureId": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false", "target": { "declaringClrType": "System.IAsyncDisposable", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100668504 } } ], "exposedProperties": [ { "tsName": "current", "isStatic": false, "tsSignatureId": "Current|:T|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.IAsyncEnumerator\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881416 } } ] }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601", "clrName": "System.Collections.Generic.ICollection\u00601", "tsEmitName": "ICollection_1", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void", "clrName": "Add", "tsEmitName": "add", "metadataToken": 100704538, "canonicalSignature": "(T):System.Void", "normalizedSignature": "Add|(T):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void", "clrName": "Clear", "tsEmitName": "clear", "metadataToken": 100704539, "canonicalSignature": "():System.Void", "normalizedSignature": "Clear|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean", "clrName": "Contains", "tsEmitName": "contains", "metadataToken": 100704540, "canonicalSignature": "(T):System.Boolean", "normalizedSignature": "Contains|(T):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void", "clrName": "CopyTo", "tsEmitName": "copyTo", "metadataToken": 100704541, "canonicalSignature": "(T[],System.Int32):System.Void", "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1", "clrName": "GetEnumerator", "tsEmitName": "getEnumerator", "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.ICollection\u00601::Count:System.Int32", "clrName": "Count", "tsEmitName": "count", "metadataToken": 385881417, "canonicalSignature": ":System.Int32", "normalizedSignature": "Count|:System.Int32|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean", "clrName": "IsReadOnly", "tsEmitName": "isReadOnly", "metadataToken": 385881418, "canonicalSignature": ":System.Boolean", "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "add", "isStatic": false, "tsSignatureId": "Add|(T):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704538 } }, { "tsName": "clear", "isStatic": false, "tsSignatureId": "Clear|():System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704539 } }, { "tsName": "contains", "isStatic": false, "tsSignatureId": "Contains|(T):System.Boolean|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704540 } }, { "tsName": "copyTo", "isStatic": false, "tsSignatureId": "CopyTo|(T[],System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704541 } }, { "tsName": "getEnumerator", "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": "count", "isStatic": false, "tsSignatureId": "Count|:System.Int32|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881417 } }, { "tsName": "isReadOnly", "isStatic": false, "tsSignatureId": "IsReadOnly|:System.Boolean|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881418 } } ] }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601", "clrName": "System.Collections.Generic.IComparer\u00601", "tsEmitName": "IComparer_1", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601::Compare(T,T):System.Int32", "clrName": "Compare", "tsEmitName": "compare", "metadataToken": 100704545, "canonicalSignature": "(T,T):System.Int32", "normalizedSignature": "Compare|(T,T):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.IComparer\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false } ], "properties": [], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "compare", "isStatic": false, "tsSignatureId": "Compare|(T,T):System.Int32|static=false", "target": { "declaringClrType": "System.Collections.Generic.IComparer\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704545 } } ] }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602", "clrName": "System.Collections.Generic.IDictionary\u00602", "tsEmitName": "IDictionary_2", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean", "clrName": "ContainsKey", "tsEmitName": "containsKey", "metadataToken": 100704550, "canonicalSignature": "(TKey):System.Boolean", "normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void", "clrName": "Add", "tsEmitName": "add", "metadataToken": 100704551, "canonicalSignature": "(TKey,TValue):System.Void", "normalizedSignature": "Add|(TKey,TValue):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean", "clrName": "TryGetValue", "tsEmitName": "tryGetValue", "metadataToken": 100704553, "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.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void", "clrName": "Add", "tsEmitName": "add", "metadataToken": 100704538, "canonicalSignature": "(T):System.Void", "normalizedSignature": "Add|(T):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void", "clrName": "Clear", "tsEmitName": "clear", "metadataToken": 100704539, "canonicalSignature": "():System.Void", "normalizedSignature": "Clear|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean", "clrName": "Contains", "tsEmitName": "contains", "metadataToken": 100704540, "canonicalSignature": "(T):System.Boolean", "normalizedSignature": "Contains|(T):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void", "clrName": "CopyTo", "tsEmitName": "copyTo", "metadataToken": 100704541, "canonicalSignature": "(T[],System.Int32):System.Void", "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1", "clrName": "GetEnumerator", "tsEmitName": "getEnumerator", "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.IDictionary\u00602::Item[TKey]:TValue", "clrName": "Item", "tsEmitName": "item", "metadataToken": 385881420, "canonicalSignature": "[TKey]:TValue", "normalizedSignature": "Item|[TKey]:TValue|static=false|accessor=getset", "emitScope": "ClassSurface", "isIndexer": true, "hasGetter": true, "hasSetter": true, "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1", "clrName": "Keys", "tsEmitName": "keys", "metadataToken": 385881421, "canonicalSignature": ":ICollection_1", "normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1", "clrName": "Values", "tsEmitName": "values", "metadataToken": 385881422, "canonicalSignature": ":ICollection_1", "normalizedSignature": "Values|:ICollection_1|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32", "clrName": "Count", "tsEmitName": "count", "metadataToken": 385881417, "canonicalSignature": ":System.Int32", "normalizedSignature": "Count|:System.Int32|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean", "clrName": "IsReadOnly", "tsEmitName": "isReadOnly", "metadataToken": 385881418, "canonicalSignature": ":System.Boolean", "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "containsKey", "isStatic": false, "tsSignatureId": "ContainsKey|(TKey):System.Boolean|static=false", "target": { "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704550 } }, { "tsName": "add", "isStatic": false, "tsSignatureId": "Add|(TKey,TValue):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704551 } }, { "tsName": "tryGetValue", "isStatic": false, "tsSignatureId": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false", "target": { "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704553 } }, { "tsName": "add", "isStatic": false, "tsSignatureId": "Add|(T):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704538 } }, { "tsName": "clear", "isStatic": false, "tsSignatureId": "Clear|():System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704539 } }, { "tsName": "contains", "isStatic": false, "tsSignatureId": "Contains|(T):System.Boolean|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704540 } }, { "tsName": "copyTo", "isStatic": false, "tsSignatureId": "CopyTo|(T[],System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704541 } }, { "tsName": "getEnumerator", "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=getset", "target": { "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881420 } }, { "tsName": "keys", "isStatic": false, "tsSignatureId": "Keys|:ICollection_1|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881421 } }, { "tsName": "values", "isStatic": false, "tsSignatureId": "Values|:ICollection_1|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.IDictionary\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881422 } }, { "tsName": "count", "isStatic": false, "tsSignatureId": "Count|:System.Int32|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881417 } }, { "tsName": "isReadOnly", "isStatic": false, "tsSignatureId": "IsReadOnly|:System.Boolean|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881418 } } ] }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601", "clrName": "System.Collections.Generic.IEnumerable\u00601", "tsEmitName": "IEnumerable_1", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "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": [], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "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 } } ] }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601", "clrName": "System.Collections.Generic.IEnumerator\u00601", "tsEmitName": "IEnumerator_1", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void", "clrName": "Dispose", "tsEmitName": "dispose", "metadataToken": 100668530, "canonicalSignature": "():System.Void", "normalizedSignature": "Dispose|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.IDisposable", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "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 } ], "properties": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T", "clrName": "Current", "tsEmitName": "current", "metadataToken": 385881426, "canonicalSignature": ":T", "normalizedSignature": "Current|:T|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.IEnumerator\u00601", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "dispose", "isStatic": false, "tsSignatureId": "Dispose|():System.Void|static=false", "target": { "declaringClrType": "System.IDisposable", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100668530 } }, { "tsName": "moveNext", "isStatic": false, "tsSignatureId": "MoveNext|():System.Boolean|static=false", "target": { "declaringClrType": "System.Collections.IEnumerator", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100703846 } } ], "exposedProperties": [ { "tsName": "current", "isStatic": false, "tsSignatureId": "Current|:T|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.IEnumerator\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881426 } } ] }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601", "clrName": "System.Collections.Generic.IEqualityComparer\u00601", "tsEmitName": "IEqualityComparer_1", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::Equals(T,T):System.Boolean", "clrName": "Equals", "tsEmitName": "equals", "metadataToken": 100704562, "canonicalSignature": "(T,T):System.Boolean", "normalizedSignature": "Equals|(T,T):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.IEqualityComparer\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::GetHashCode(T):System.Int32", "clrName": "GetHashCode", "tsEmitName": "getHashCode", "metadataToken": 100704563, "canonicalSignature": "(T):System.Int32", "normalizedSignature": "GetHashCode|(T):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IEqualityComparer\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false } ], "properties": [], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "equals", "isStatic": false, "tsSignatureId": "Equals|(T,T):System.Boolean|static=false", "target": { "declaringClrType": "System.Collections.Generic.IEqualityComparer\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704562 } }, { "tsName": "getHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|(T):System.Int32|static=false", "target": { "declaringClrType": "System.Collections.Generic.IEqualityComparer\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704563 } } ] }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601", "clrName": "System.Collections.Generic.IList\u00601", "tsEmitName": "IList_1", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32", "clrName": "IndexOf", "tsEmitName": "indexOf", "metadataToken": 100704568, "canonicalSignature": "(T):System.Int32", "normalizedSignature": "IndexOf|(T):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void", "clrName": "Insert", "tsEmitName": "insert", "metadataToken": 100704569, "canonicalSignature": "(System.Int32,T):System.Void", "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void", "clrName": "RemoveAt", "tsEmitName": "removeAt", "metadataToken": 100704570, "canonicalSignature": "(System.Int32):System.Void", "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void", "clrName": "Add", "tsEmitName": "add", "metadataToken": 100704538, "canonicalSignature": "(T):System.Void", "normalizedSignature": "Add|(T):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void", "clrName": "Clear", "tsEmitName": "clear", "metadataToken": 100704539, "canonicalSignature": "():System.Void", "normalizedSignature": "Clear|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean", "clrName": "Contains", "tsEmitName": "contains", "metadataToken": 100704540, "canonicalSignature": "(T):System.Boolean", "normalizedSignature": "Contains|(T):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void", "clrName": "CopyTo", "tsEmitName": "copyTo", "metadataToken": 100704541, "canonicalSignature": "(T[],System.Int32):System.Void", "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1", "clrName": "GetEnumerator", "tsEmitName": "getEnumerator", "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.IList\u00601::Item[System.Int32]:T", "clrName": "Item", "tsEmitName": "item", "metadataToken": 385881427, "canonicalSignature": "[System.Int32]:T", "normalizedSignature": "Item|[System.Int32]:T|static=false|accessor=getset", "emitScope": "ClassSurface", "isIndexer": true, "hasGetter": true, "hasSetter": true, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32", "clrName": "Count", "tsEmitName": "count", "metadataToken": 385881417, "canonicalSignature": ":Syst