Edit

CustomAttributeData Constructor

Definition

Initializes a new instance of the CustomAttributeData class.

protected:
 CustomAttributeData();
protected CustomAttributeData();
Protected Sub New ()

Remarks

This constructor is invoked by derived classes during the construction of CustomAttributeData objects.

Applies to