Noemax DotNetGZip Report an issue | Discuss in forums
ExtraFieldCollection Class
See Also  Members  
Noemax.GZip Assembly > Noemax.GZip Namespace : ExtraFieldCollection Class



Represents a collection of GZip header fields.


Namespace: Noemax.GZip
Assembly: Noemax.GZip (in Noemax.GZip.dll)

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class ExtraFieldCollection 
Visual Basic (Usage)Copy Code
Dim instance As ExtraFieldCollection
C# 
[DefaultMemberAttribute("Item")]
public class ExtraFieldCollection 
C++/CLI 
[DefaultMemberAttribute("Item")]
public ref class ExtraFieldCollection 

Inheritance Hierarchy

System.Object
   Noemax.GZip.ExtraFieldCollection

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also