| Visual Basic (Usage) |  Copy Code | 
|---|---|
| C# | |
|---|---|
| public StringCollection operator implicit( string[] values ) | |
Parameters
- values
- A collection of strings to add to this collection
            Converts an array to a collection.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    