Class FieldDescriptionAttribute
Allows us to add descriptions to interop members
[AttributeUsage(AttributeTargets.Field)]
public class FieldDescriptionAttribute : Attribute
- Inheritance
-
FieldDescriptionAttribute
- Inherited Members
Constructors
FieldDescriptionAttribute(string)
Field description
public FieldDescriptionAttribute(string description)
Parameters
description
string
Properties
Description
The description
public string Description { get; }
Property Value
Methods
ToString()
String representation
public override string ToString()