public TitledPart(TextContent text, DocumentPart body) { Text = text; Body = body; }
public TitledPart(TextContent text, DocumentPart body) { this.Text = text; this.Body = body; }