Table of Contents

Class ShortDescriptionAttribute

Namespace
Lers.Utils
Assembly
Lers.Utils.dll

Указывает краткое описание члена перечисления.

public sealed class ShortDescriptionAttribute : Attribute
Inheritance
ShortDescriptionAttribute
Inherited Members
Extension Methods

Constructors

ShortDescriptionAttribute(string)

Инициализирует новый экземпляр класса.

public ShortDescriptionAttribute(string shortDescription)

Parameters

shortDescription string

Краткое описание.

Properties

ShortDescription

Возвращает краткое описание, сохраненное в атрибуте.

public string ShortDescription { get; }

Property Value

string