Gets a value indicating whether the current ZipItem is a file.
            
    Namespace: 
   Rebex.IO.Compression
    Assembly:
   Rebex.Zip (in Rebex.Zip.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Overrides ReadOnly Property IsFile As Boolean Get | 
| C# | 
|---|
| public override bool IsFile { get; } | 
 
     
     
     
     
    