[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Parser.Span

Span Struct

Represents the location of a span of text within original ExpressionInfo string.

Namespace: GrapeCity.Enterprise.Data.Expressions.Parser
Assembly: MESCIUS.ActiveReports.Core.Data.ExpressionInfo.dll
Syntax
public struct Span

Constructors

Name Description
Span(Location, Location)

Initializes a new instance of the Span structure.

Fields

Name Description
Empty

Represents an uninitialized Span object.

Properties

Name Description
Finish

The ending location of the text.

IsValid

Determines if this object describes a valid location.

Start

The starting location of the text.

Methods

Name Description
Equals(Span)

Determines if the specified Span is equal to this object.

Equals(object)

Determines if the specified object is equal to this object.

GetHashCode()

See GetHashCode()

ToString()

Returns a string representation of this object.

Extension Methods