CustomAttributeTypedArgument Constructor

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Sub New ( _
    argumentType As Type, _
    value As Object _
)
'Usage
Dim argumentType As Type
Dim value As Object

Dim instance As New CustomAttributeTypedArgument(argumentType, _
    value)
public CustomAttributeTypedArgument(
    Type argumentType,
    Object value
)
public:
CustomAttributeTypedArgument(
    Type^ argumentType, 
    Object^ value
)
new : 
        argumentType:Type * 
        value:Object -> CustomAttributeTypedArgument
public function CustomAttributeTypedArgument(
    argumentType : Type, 
    value : Object
)

Parameters

  • value
    Type: Object

.NET Framework Security

See Also

Reference

CustomAttributeTypedArgument Structure

CustomAttributeTypedArgument Members

System.Reflection.Mock Namespace