Mindscape LightSpeed - User Reference & API Documentation
LiteralExpression Class
API ReferenceMindscape.LightSpeed.QueryingLiteralExpression
Represents a literal value.
Declaration Syntax
C#Visual Basic
public sealed class LiteralExpression : QueryExpression<LiteralExpression>
Public NotInheritable Class LiteralExpression _
	Inherits QueryExpression(Of LiteralExpression)
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
LiteralExpression(Object)
Initializes a new instance of the LiteralExpression class.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object.GetHashCode()()().)
ToString()()()
Returns a String that represents the current Objectvalue of this literal expression.
(Overrides Object.ToString()()().)
Value
Gets the value of the LiteralExpression.

Inheritance Hierarchy
Object
QueryExpression
 QueryExpression<(Of <(LiteralExpression>)>)
  LiteralExpression

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)