[This is preliminary documentation and is subject to change.]
Cast the errors to a String[]
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public static implicit operator string[] ( P4ClientErrorList l ) |
Visual Basic |
---|
Public Shared Widening Operator CType ( _ l As P4ClientErrorList _ ) As String() |
Visual C++ |
---|
static implicit operator array<String^>^ ( P4ClientErrorList^ l ) |
Parameters
- l
- Type: Perforce.P4..::..P4ClientErrorList
the list to cast