Namespace:
Rebex.IO.Compression.Legacy
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ collection As IEnumerable(Of String) _ ) |
C# |
---|
public FileSet( IEnumerable<string> collection ) |
Parameters
- collection
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>