TextNode
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class TextNode
Properties
Text
View Source
Declaration
public string Text { get; set; }
Children
View Source
Declaration
public List<TextNode> Children { get; set; }
public class TextNode
public string Text { get; set; }
public List<TextNode> Children { get; set; }