System.Reflection.CustomAttributeData.Constructor Property

Gets a System.Reflection.ConstructorInfo object that represents the constructor that would have initialized the custom attribute.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public virtual ConstructorInfo Constructor { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If an attribute type has multiple constructors, this property returns only the particular constructor that would have initialized the attribute instance represented by the current System.Reflection.CustomAttributeData object.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0