Edit

PointerTypeSpec Class

Definition

Represents a pointer (*) type.

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

Constructors

Name Description
PointerTypeSpec(TypeSpec)

Initializes a new instance of the PointerTypeSpec 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