Redigera

Dela via


ConstructedGenericTypeSpec(TypeSpec, Int32, TypeSpec[]) Constructor

Definition

Initializes a new instance of the ConstructedGenericTypeSpec class.

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())

Parameters

unconstructedType
TypeSpec

The unconstructed type.

arity
Int32

The expected number of type arguments.

arguments
TypeSpec[]

The generic type arguments.

Applies to