LiteralTypeSpec Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a literal.
public class LiteralTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec
type LiteralTypeSpec = class
inherit TypeSpec
Public Class LiteralTypeSpec
Inherits TypeSpec
- Inheritance
Constructors
LiteralTypeSpec(String) |
Initializes a new instance of the LiteralTypeSpec class. |
Properties
Value |
Gets the value. |
Methods
Format() |
Formats this instance in a way that can be parsed by RuntimeTypeNameParser. |
ToString() | Returns a string that represents the current object. |