System.Reflection.CustomAttributeData.ConstructorArguments Property

Gets the list of positional arguments specified for the attribute instance represented by the System.Reflection.CustomAttributeData object.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public virtual IList<CustomAttributeTypedArgument> ConstructorArguments { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This method gets the positional arguments that were specified for the custom attribute instance without executing any of the custom attribute code. Thus, it can be used in the reflection-only context.

Use the CustomAttributeData.NamedArguments method to get the named arguments specified for the attribute instance.

Requirements

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