AWS SDK for .NET Documentation
Implicit Operator
Amazon
►
Amazon.DynamoDBv2.DocumentModel
►
PrimitiveList
►
Implicit
Widening
Implicit
Implicit
Implicit
(List
<
(Of
<
<'
(
array<
Byte
>
[]
()
[]
[]
>
)
>
>
)
to PrimitiveList)
C#
Did this page help you?
Yes
No
Tell us about it...
Implicitly convert List<byte[]> to PrimitiveList
Declaration Syntax
C#
public
static
implicit operator
PrimitiveList
(
List
<
byte
[]>
data
)
Parameters
data
(
List
<
(Of
<
(
<'
array<
Byte
>
[]
()
[]
[]
>
)
>
)
>
)
List<byte[]> data to convert
Return Value
PrimitiveList representing the data
Assembly:
AWSSDK
(Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)