Edit

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

Name Description
ReferenceTypeSpec(TypeSpec)

Initializes a new instance of the ReferenceTypeSpec class.

Properties

Name Description
ElementType

Gets the element type.

Methods

Name Description
Format()

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

ToString()

Returns a string that represents the current object.

Applies to