Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Specifies a description for a property, event, or behavior. This is an alternative to System.ComponentModel.DescriptionAttribute which allows use of the attribute without using that namespace.

Namespace: Visual3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class DescriptionAttribute : DescriptionAttribute
Public Class DescriptionAttribute _
	Inherits DescriptionAttribute

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescriptionAttribute(String)
Initializes a new instance of the DescriptionAttribute class

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    System.ComponentModel..::..DescriptionAttribute
      Visual3D..::..DescriptionAttribute

See Also