ConstructedGenericTypeSpec 类

定义

表示构造的泛型类型。

public class ConstructedGenericTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec
type ConstructedGenericTypeSpec = class
    inherit TypeSpec
Public Class ConstructedGenericTypeSpec
Inherits TypeSpec
继承
ConstructedGenericTypeSpec

构造函数

ConstructedGenericTypeSpec(TypeSpec, Int32, TypeSpec[])

初始化 ConstructedGenericTypeSpec 类的新实例。

属性

Arguments

获取类型参数。

UnconstructedType

获取未构造的类型。

方法

Format()

采用可由 分析 RuntimeTypeNameParser的方式设置此实例的格式。

ToString()

表示构造的泛型类型。

适用于