@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
19 lines (15 loc) • 1.14 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Xml.Resolvers
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Xml.Resolvers/internal/index.js';
// Cross-namespace type imports for constraints
import type { IEnumerable_1, IEqualityComparer_1 } from './System.Collections.Generic/internal/index.js';
import type { Stream } from './System.IO/internal/index.js';
import type { ICredentials } from './System.Net/internal/index.js';
import type { Task_1 } from './System.Threading.Tasks/internal/index.js';
import type { XmlResolver } from './System.Xml/internal/index.js';
import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { XmlKnownDtds as XmlKnownDtds } from './System.Xml.Resolvers/internal/index.js';
export { XmlPreloadedResolver as XmlPreloadedResolver } from './System.Xml.Resolvers/internal/index.js';