Edit

LiteralTypeSpec Class

Definition

Represents a literal.

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

Constructors

Name Description
LiteralTypeSpec(String)

Initializes a new instance of the LiteralTypeSpec class.

Properties

Name Description
Value

Gets the value.

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