For the complete documentation index, see llms.txt. This page is also available as Markdown.

WithDescription(string?)

Method in DeclarationBuilder

Summary

Sets the Description of the Declaration .

public DeclarationBuilder WithDescription(string? description)

Parameters

Name
Description

string description

The description to apply to the Declaration.

Returns

The DeclarationBuilder instance that received this method call.

Last updated

Was this helpful?