Represents an object that determines which path should be processed.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0

Syntax

C#
public class FileSet : IEnumerable<string>, 
	IEnumerable
Visual Basic (Declaration)
Public Class FileSet _
	Implements IEnumerable(Of String), IEnumerable
Visual C++
public ref class FileSet : IEnumerable<String^>, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  Rebex.IO.Compression..::.FileSet

See Also