[This is preliminary documentation and is subject to change.]
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2011.1.34.7706 (2011.1.34.7706.BETA)
Syntax
| C# |
|---|
public static string[] ToStrings( IList<FileSpec> list ) |
| Visual Basic |
|---|
Public Shared Function ToStrings ( _ list As IList(Of FileSpec) _ ) As String() |
| Visual C++ |
|---|
public: static array<String^>^ ToStrings( IList<FileSpec^>^ list ) |
Parameters
- list
- Type: System.Collections.Generic..::..IList<(Of <(<'FileSpec>)>)>