Click or drag to resize
ZipProviderGetEnumerator Method
Gets the enumerator.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public IEnumerator<ZipEntry> GetEnumerator()

Return Value

Type: IEnumeratorZipEntry

Implements

IEnumerableTGetEnumerator
See Also