Edit

Share via


NamedTypeSpec Class

Definition

Represents a named type, which may be an unconstructed generic type.

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

Constructors

NamedTypeSpec(NamedTypeSpec, String, Int32)

Initializes a new instance of the NamedTypeSpec class.

Properties

Arity

Gets the number of generic parameters which this type requires.

ContainingType

Gets the containing type.

Name

Gets the type name, which includes the namespace if this is not a nested type.

Methods

Format()

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

GetNamespaceQualifiedName()

Gets the namespace-qualified type name, including containing types (for nested types).

ToString()

Returns a string that represents the current object.

Applies to