DocFxReturn

Represents return information in DocFX syntax.

Syntax

public class DocFxReturn

Inheritance

Properties

Description

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

Returns

string

Type

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

Returns

string