Mindscape LightSpeed - User Reference & API Documentation
IdentifierExpression Class
API ReferenceMindscape.LightSpeed.QueryingIdentifierExpression
Represents an identifier.
Declaration Syntax
C#Visual Basic
public sealed class IdentifierExpression : QueryExpression<IdentifierExpression>, IAttributePathExpression
Public NotInheritable Class IdentifierExpression _
	Inherits QueryExpression(Of IdentifierExpression) _
	Implements IAttributePathExpression
Members
All MembersConstructorsMethods



IconMemberDescription
IdentifierExpression(String)
Initializes a new instance of the IdentifierExpression 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 Object.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
QueryExpression
 QueryExpression<(Of <(IdentifierExpression>)>)
  IdentifierExpression

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