IConstructedTypeProvider<TType> Interface

Definition

generic <typename TType>
public interface class IConstructedTypeProvider : System::Reflection::Metadata::ISZArrayTypeProvider<TType>
public interface IConstructedTypeProvider<TType> : System.Reflection.Metadata.ISZArrayTypeProvider<TType>
type IConstructedTypeProvider<'ype> = interface
    interface ISZArrayTypeProvider<'ype>
Public Interface IConstructedTypeProvider(Of TType)
Implements ISZArrayTypeProvider(Of 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