Convert the Job to a Spec Def
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public static string[] ToStrings( IList<Job> list ) |
Visual Basic |
---|
Public Shared Function ToStrings ( _ list As IList(Of Job) _ ) As String() |
Visual C++ |
---|
public: static array<String^>^ ToStrings( IList<Job^>^ list ) |
Parameters
- list
- Type: System.Collections.Generic..::..IList<(Of <(<'Job>)>)>