Represents syntax information for a DocFX API item.
public class DocFxSyntax
public string Content { get; set; }
public List<DocFxParameter> Parameters { get; set; }
public DocFxReturn Return { get; set; }
public List<string> TypeParameters { get; set; }