Edit

Share via


ConstructedGenericTypeSpec Class

Definition

Represents an constructed generic type.

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

Constructors

ConstructedGenericTypeSpec(TypeSpec, Int32, TypeSpec[])

Initializes a new instance of the ConstructedGenericTypeSpec class.

Properties

Arguments

Gets the type arguments.

UnconstructedType

Gets the unconstructed type.

Methods

Format()

Formats this instance in a way that can be parsed by RuntimeTypeNameParser.

ToString()

Returns a string that represents the current object.

Applies to