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