@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
26 lines (22 loc) • 1.99 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Formats.Asn1
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Formats.Asn1/internal/index.js';
// Cross-namespace type imports for constraints
import type { BitArray, IDictionary } from './System.Collections/internal/index.js';
import type { BigInteger } from './System.Numerics/internal/index.js';
import type { MethodBase } from './System.Reflection/internal/index.js';
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
import type { Action_2, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Enum, Exception, Func_2, Func_3, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { Asn1Tag as Asn1Tag } from './System.Formats.Asn1/internal/index.js';
export { AsnContentException as AsnContentException } from './System.Formats.Asn1/internal/index.js';
export { AsnEncodingRules as AsnEncodingRules } from './System.Formats.Asn1/internal/index.js';
export { AsnDecoder$instance as AsnDecoder } from './System.Formats.Asn1/internal/index.js';
export { AsnReader as AsnReader } from './System.Formats.Asn1/internal/index.js';
export { AsnReaderOptions as AsnReaderOptions } from './System.Formats.Asn1/internal/index.js';
export { AsnWriter as AsnWriter } from './System.Formats.Asn1/internal/index.js';
export { AsnWriter_Scope as AsnWriter_Scope } from './System.Formats.Asn1/internal/index.js';
export { TagClass as TagClass } from './System.Formats.Asn1/internal/index.js';
export { UniversalTagNumber as UniversalTagNumber } from './System.Formats.Asn1/internal/index.js';