DocFxSyntax

Represents syntax information for a DocFX API item.

Syntax

public class DocFxSyntax

Inheritance

Properties

Content

public string Content { get; set; }
Gets or sets the content of the syntax declaration.

Returns

string

Parameters

public List<DocFxParameter> Parameters { get; set; }
Gets or sets the parameters for methods and constructors.

Returns

List<DocFxParameter>

Return

public DocFxReturn Return { get; set; }
Gets or sets the return information for methods.

Returns

DocFxReturn

TypeParameters

public List<string> TypeParameters { get; set; }
Gets or sets the type parameters for generic types and methods.

Returns

List<string>

Remarks

This class contains the complete syntax definition including parameters, return types, and type parameters for methods and other members.