MarkupParseResult(string,List)

Constructor in MarkupParseResult

Summary

Initializes a new instance of the MarkupParseResult struct.

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

Parameters

NameDescription
string textThe plain text.
System.Collections.Generic.List<Yarn.Markup.MarkupAttribute> attributesThe list of attributes.