DocFxParameter

Represents a parameter in DocFX syntax information.

Syntax

public class DocFxParameter

Inheritance

Properties

Description

public string Description { get; set; }
Gets or sets the parameter description.

Returns

string

Id

public string Id { get; set; }
Gets or sets the parameter ID.

Returns

string

Type

public string Type { get; set; }
Gets or sets the parameter type.

Returns

string