System.Reflection.CustomAttributeNamedArgument.TypedValue Property

Gets a System.Reflection.CustomAttributeTypedArgument structure that can be used to obtain the type and value of the current named argument.

Syntax

public CustomAttributeTypedArgument TypedValue { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Reflection.CustomAttributeNamedArgument structure only contains information about how the argument value was set. Use this property to obtain a System.Reflection.CustomAttributeTypedArgument structure that contains the type and value.

Requirements

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