ClassFoldingRegionMatch
Represents a folding start or end match structure. It keeps the index of the match and the start/end tag (keyword) which is matched in the document.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Taggers
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class FoldingRegionMatch : IComparable
Inheritance: objectFoldingRegionMatch
Implements:
Constructors
FoldingRegionMatch()
Declaration
public FoldingRegionMatch()
Properties
Index
Gets the index of the folding match.
IsStart
Gets a value indicating whether the folding match is start or end of a folding region.
IsUsed
Gets or sets a value indicating whether the folding match is already used in a folding region.
Methods
CompareTo(object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(FoldingRegionMatch, FoldingRegionMatch)
Implements the != operator.
Declaration
public static bool operator !=(FoldingRegionMatch left, FoldingRegionMatch right)
Parameters
left
The left.
right
The right.
Returns
The result of the operator.
operator <(FoldingRegionMatch, FoldingRegionMatch)
Implements the < operator.
Declaration
public static bool operator <(FoldingRegionMatch left, FoldingRegionMatch right)
Parameters
left
The left.
right
The right.
Returns
The result of the operator.
operator <=(FoldingRegionMatch, FoldingRegionMatch)
Implements the <= operator.
Declaration
public static bool operator <=(FoldingRegionMatch left, FoldingRegionMatch right)
Parameters
left
The left.
right
The right.
Returns
The result of the operator.
operator ==(FoldingRegionMatch, FoldingRegionMatch)
Implements the == operator.
Declaration
public static bool operator ==(FoldingRegionMatch left, FoldingRegionMatch right)
Parameters
left
The left.
right
The right.
Returns
The result of the operator.
operator >(FoldingRegionMatch, FoldingRegionMatch)
Implements the > operator.
Declaration
public static bool operator >(FoldingRegionMatch left, FoldingRegionMatch right)
Parameters
left
The left.
right
The right.
Returns
The result of the operator.
operator >=(FoldingRegionMatch, FoldingRegionMatch)
Implements the >= operator.
Declaration
public static bool operator >=(FoldingRegionMatch left, FoldingRegionMatch right)
Parameters
left
The left.
right
The right.
Returns
The result of the operator.