Click or drag to resize

Literal Constructor

Overload List
  NameDescription
Public methodLiteral(Boolean)
Create a literal with the specified bool value.
Public methodLiteral(Char)
Create a literal with the specified char value.
Public methodLiteral(Decimal)
Create a literal with the specified decimal value.
Public methodLiteral(Double)
Create a literal with the specified double value.
Public methodLiteral(Int32)
Create a literal with the specified int value.
Public methodLiteral(Int64)
Create a literal with the specified long value.
Public methodLiteral(Single)
Create a literal with the specified float value.
Public methodLiteral(UInt32)
Create a literal with the specified uint value.
Public methodLiteral(UInt64)
Create a literal with the specified ulong value.
Public methodLiteral(Object, Boolean)
Create a literal from the specified object (which can be any valid literal type, null, or an EnumConstant).
Public methodLiteral(String, Boolean)
Create a literal with the specified string representation.
Public methodLiteral(Parser, CodeObject)
Parse a Literal.
Top
See Also