Namespace:
Rebex.IO.Compression.Legacy
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public Shared Widening Operator CType ( _ collection As List(Of String) _ ) As FileSet |
| C# |
|---|
public static implicit operator FileSet ( List<string> collection ) |
Parameters
- collection
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>