All pages
Powered by GitBook
1 of 1

Loading...

MarkupParseResult(string,List<MarkupAttribute>)

Constructor in MarkupParseResult

Summary

Initializes a new instance of the MarkupParseResult struct.

public MarkupParseResult(string text, List<MarkupAttribute> attributes)

Parameters

Name
Description

string text

The plain text.

System.Collections.Generic.List<Yarn.Markup.MarkupAttribute> attributes

The list of attributes.