CustomAttributeTypedArgument Constructor (Object^)
Initializes a new instance of the CustomAttributeTypedArgument class with the specified value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
-
Type:
System::Object^
The value of the custom attribute argument.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
The value parameter cannot be null for this constructor, because the argument type is inferred from the type of value. To specify a null value, use the CustomAttributeTypedArgument(Type^, Object^) constructor.
This constructor is for use by inheritors of the CustomAttributeTypedArgument class. It is not intended for use in application code.
Available since 4.0