Struct FindResult
Defines a structure that provides information about the result of the find operations.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Forms.Edit.Implementation.IO
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public struct FindResult
Fields
EndPoint
Holds the end point of the result.
Declaration
public IParsePoint EndPoint
Field Value
Type |
---|
IParsePoint |
Result
Holds the result of the RegExp search.
Declaration
public Match Result
Field Value
Type |
---|
System.Text.RegularExpressions.Match |
StartPoint
Holds the start point of the result.
Declaration
public IParsePoint StartPoint
Field Value
Type |
---|
IParsePoint |
Properties
Empty
Gets the Empty structure.
Declaration
public static FindResult Empty { get; }
Property Value
Type |
---|
FindResult |
IsEmpty
Gets a value indicating whether find result is empty or not.
Declaration
public bool IsEmpty { get; }
Property Value
Type |
---|
System.Boolean |