SimpleListT Conversion (SimpleListT to ListT)
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic static explicit operator List<T> (
SimpleList<T> l
)
Public Shared Narrowing Operator CType (
l As SimpleList(Of T)
) As List(Of T)
static explicit operator List<T>^ (
SimpleList<T>^ l
)
F# does not support the declaration of new casting operators.
Parameters
- l
- Type: Perforce.P4SimpleListT
Return Value
Type:
ListT
See Also