NAnt SDK Documentation - v0.92

TarFileSetCollection Class

Contains a collection of TarFileSet elements.

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

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

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class TarFileSetCollection
    Inherits CollectionBase
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class TarFileSetCollection : 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

TarFileSetCollection Members | NAnt.Compression.Types Namespace