Click or drag to resize
DescriptionAttributeIsDefaultAttribute Method
Returns a value indicating whether this is the default System.ComponentModel.DescriptionAttribute instance.

Namespace: System.ComponentModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public override bool IsDefaultAttribute()

Return Value

Type: Boolean
A value indicating whether this is the default System.ComponentModel.DescriptionAttribute instance.
See Also