Class DelimiterRun
Class DelimiterRun
Namespace: Aspose.Html.Toolkit.Markdown.Syntax.Parser
Assembly: Aspose.HTML.dll (25.7.0)
Defines the DelimiterRun
[ComVisible(true)]
public class DelimiterRunInheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
DelimiterRun(SourceText, TextSpan, DelimiterState)
Create the DelimiterRun
public DelimiterRun(SourceText source, TextSpan span, DelimiterState state)Parameters
source SourceText
The SourceText.
span TextSpan
The TextSpan.
state DelimiterState
The DelimiterState.
Properties
Length
Get the Length.
public int Length { get; }Property Value
Source
Get the Source.
public SourceText Source { get; }Property Value
Span
Get and Set the Span.
public TextSpan Span { get; set; }Property Value
State
Get and set the State.
public DelimiterState State { get; set; }Property Value
Text
Get the Text.
public SourceText Text { get; }