Options Conversion (Options to StringList)
|
Create a StringList from Options
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public static implicit operator StringList (
Options o
)
Public Shared Widening Operator CType (
o As Options
) As StringList
static implicit operator StringList^ (
Options^ o
)
F# does not support the declaration of new casting operators.
Parameters
- o
- Type: Perforce.P4Options
Options to convert
Return Value
Type:
StringListStringList containing options
See Also