NAnt SDK Documentation - v0.92

ZipFileSetCollection Class

Contains a collection of ZipFileSet elements.

For a list of all members of this type, see ZipFileSetCollection Members.

System.Object
   System.Collections.CollectionBase
      NAnt.Compression.Types.ZipFileSetCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class ZipFileSetCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class ZipFileSetCollection : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Compression.Types

Assembly: NAnt.CompressionTasks (in NAnt.CompressionTasks.dll)

See Also

ZipFileSetCollection Members | NAnt.Compression.Types Namespace