Gets the list of positional arguments specified for the attribute instance represented by the System.Reflection.CustomAttributeData object.
Documentation for this section has not yet been entered.
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.