System.Reflection.CustomAttributeData.ToString Method

Returns a string representation of the custom attribute.

Syntax

public override string ToString ()

Returns

A string value that represents the custom attribute.

Remarks

The string value includes the attribute type, the attribute parameters, and the named parameters.

Requirements

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