IConstructedTypeProvider<TType> Interface

Definition

C#
public interface IConstructedTypeProvider<TType> : System.Reflection.Metadata.ISZArrayTypeProvider<TType>

Type Parameters

TType
Derived
Implements

Methods

GetArrayType(TType, ArrayShape)

Gets the type symbol for a generalized array of the given element type and shape.

GetByReferenceType(TType)

Gets the type symbol for a managed pointer to the given element type.

GetGenericInstance(TType, ImmutableArray<TType>)
GetGenericInstantiation(TType, ImmutableArray<TType>)

Gets the type symbol for a generic instantiation of the given generic type with the given type arguments.

GetPointerType(TType)

Gets the type symbol for an unmanaged pointer to the given element type.

GetSZArrayType(TType)

Gets the type symbol for a single-dimensional array of the given element type with a lower bounds of zero.

(Inherited from ISZArrayTypeProvider<TType>)

Applies to

Proizvod Verzije
.NET Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)