Table of Contents

Class DescriptionAttribute

Namespace
nanoFramework.WebServer.Mcp
Assembly
nanoFramework.WebServer.Mcp.dll

Specifies a description for a class member, such as a property or method, for use in documentation or metadata.

public class DescriptionAttribute : Attribute
Inheritance
DescriptionAttribute
Inherited Members
Extension Methods

Constructors

DescriptionAttribute(string)

Initializes a new instance of the DescriptionAttribute class with the specified description.

public DescriptionAttribute(string description)

Parameters

description string

The description text to associate with the member.

Properties

Description

Gets the description text associated with the member.

public string Description { get; }

Property Value

string