.NET API 829,952 bytes
MathStringElement
using AngleSharp.
Dom;
namespace AngleSharp.
Mathml.
Dom
{
internal sealed class MathStringElement :
MathElement
{
public MathStringElement(
Document owner,
string prefix =
null)
:
base(
owner,
TagNames.
Ms,
prefix,
NodeFlags.
Special |
NodeFlags.
Scoped |
NodeFlags.
MathTip)
{
}
}
}