NAnt SDK Documentation - v0.92

TarFileSetCollection Constructor (TarFileSet[])

Initializes a new instance of the TarFileSetCollection class with the specified array of TarFileSet instances.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As TarFileSet() _
)
[C#]
public TarFileSetCollection(
   TarFileSet[] value
);

See Also

TarFileSetCollection Class | NAnt.Compression.Types Namespace | TarFileSetCollection Constructor Overload List