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