Redigera

Dela via


ReferenceTypeSpec Class

Definition

Represents a reference (&) type.

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

Constructors

ReferenceTypeSpec(TypeSpec)

Initializes a new instance of the ReferenceTypeSpec class.

Properties

ElementType

Gets the element 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