Edit

ArrayTypeSpec Class

Definition

Represents an array type.

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

Constructors

Name Description
ArrayTypeSpec(TypeSpec, Int32)

Initializes a new instance of the ArrayTypeSpec class.

Properties

Name Description
Dimensions

Gets the number of array dimensions.

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