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
- argumentType
Type: System.Reflection.Mock.Type
- value
Type: Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CustomAttributeTypedArgument Structure