UNPKG

@tsonic/dotnet

Version:

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

28 lines (24 loc) 2.2 kB
// Generated by tsbindgen - Architecture // Namespace: System.Resources // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Resources/internal/index.js'; // Cross-namespace type imports for constraints import type { IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator } from './System.Collections/internal/index.js'; import type { CultureInfo } from './System.Globalization/internal/index.js'; import type { Stream, UnmanagedMemoryStream } from './System.IO/internal/index.js'; import type { Assembly, MethodBase } from './System.Reflection/internal/index.js'; import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js'; import type { Attribute, Boolean as ClrBoolean, Byte, Enum, Exception, Func_2, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export type IResourceReader = Internal.IResourceReader; export { MissingManifestResourceException as MissingManifestResourceException } from './System.Resources/internal/index.js'; export { MissingSatelliteAssemblyException as MissingSatelliteAssemblyException } from './System.Resources/internal/index.js'; export { NeutralResourcesLanguageAttribute as NeutralResourcesLanguageAttribute } from './System.Resources/internal/index.js'; export { ResourceManager as ResourceManager } from './System.Resources/internal/index.js'; export { ResourceReader as ResourceReader } from './System.Resources/internal/index.js'; export { ResourceSet as ResourceSet } from './System.Resources/internal/index.js'; export { SatelliteContractVersionAttribute as SatelliteContractVersionAttribute } from './System.Resources/internal/index.js'; export { UltimateResourceFallbackLocation as UltimateResourceFallbackLocation } from './System.Resources/internal/index.js'; export type IResourceWriter = Internal.IResourceWriter; export { ResourceWriter as ResourceWriter } from './System.Resources/internal/index.js';