CustomAttributeTypedArgument<TType>(TType, Object) Constructor

Definition

Initializes a new instance of the CustomAttributeTypedArgument<TType> structure using the specified argument type and value.

public:
 CustomAttributeTypedArgument(TType type, System::Object ^ value);
public CustomAttributeTypedArgument (TType type, object? value);
public CustomAttributeTypedArgument (TType type, object value);
new System.Reflection.Metadata.CustomAttributeTypedArgument<'ype> : 'ype * obj -> System.Reflection.Metadata.CustomAttributeTypedArgument<'ype>
Public Sub New (type As TType, value As Object)

Parameters

type
TType

The type of the argument.

value
Object

The argument value.

Applies to