Compartir a través de


ConstructedGenericTypeSpec(TypeSpec, Int32, TypeSpec[]) Constructor

Definición

Inicializa una nueva instancia de la clase ConstructedGenericTypeSpec.

public ConstructedGenericTypeSpec (Orleans.Serialization.TypeSystem.TypeSpec unconstructedType, int arity, Orleans.Serialization.TypeSystem.TypeSpec[] arguments);
new Orleans.Serialization.TypeSystem.ConstructedGenericTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec * int * Orleans.Serialization.TypeSystem.TypeSpec[] -> Orleans.Serialization.TypeSystem.ConstructedGenericTypeSpec
Public Sub New (unconstructedType As TypeSpec, arity As Integer, arguments As TypeSpec())

Parámetros

unconstructedType
TypeSpec

Tipo no construido.

arity
Int32

Número esperado de argumentos de tipo.

arguments
TypeSpec[]

Argumentos de tipo genérico.

Se aplica a