class DescriptionAttribute
in global :: System . ComponentModel
Specifies a description for a property or event.
public DescriptionAttribute( string description )
Initializes a new instance of the class with a description.
descriptionThe description text.
public static DescriptionAttribute Default
Specifies the default value for the , which is an empty string (""). This field is read-only.
public string Description { get; }
Gets the description stored in this attribute.
- Returns The description stored in this attribute.
public bool Equals( object obj )
Returns whether the value of the given object is equal to the current .
objThe object to test the value equality of.- Returns if the value of the given object is equal to that of the current; otherwise, .
public int GetHashCode( )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public DescriptionAttribute( )
😔 No documentation found.