-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Collections.Generic.d.ts
More file actions
21 lines (15 loc) · 1.1 KB
/
System.Collections.Generic.d.ts
File metadata and controls
21 lines (15 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Generated by tsbindgen - Architecture
// Namespace: System.Collections.Generic
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Collections.Generic/internal/index.js';
// Core type aliases from @tsonic/core
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
// Cross-namespace type imports for constraints
import type { RuntimeAssetGroup, RuntimeFile } from './Microsoft.Extensions.DependencyModel/internal/index.js';
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.Generic.js';
import type { Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { CollectionExtensions$instance as CollectionExtensions } from './System.Collections.Generic/internal/index.js';
// Extension methods (C# using semantics)
export type { ExtensionMethods_System_Collections_Generic as ExtensionMethods } from './__internal/extensions/index.js';