Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator Class Reference

An enumerator for Zip entries More...

Inheritance diagram for ICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator:
Collaboration diagram for ICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator:

Public Member Functions

 ZipEntryEnumerator (ZipEntry[] entries)
void Reset ()
bool MoveNext ()

Properties

object Current [get]

Private Attributes

ZipEntry[] array
int index = -1

Detailed Description

Constructor & Destructor Documentation

◆ ZipEntryEnumerator()

ICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator.ZipEntryEnumerator ( ZipEntry[] entries)

Member Function Documentation

◆ MoveNext()

bool ICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator.MoveNext ( )

◆ Reset()

void ICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator.Reset ( )

Member Data Documentation

◆ array

ZipEntry [] ICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator.array
private

◆ index

int ICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator.index = -1
private

Property Documentation

◆ Current

object ICSharpCode.SharpZipLib.Zip.ZipFile.ZipEntryEnumerator.Current
get

The documentation for this class was generated from the following file: