NAnt SDK Documentation - v0.85-nightly-2005-11-09

ResourceFileSetCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ResourceFileSetCollection class.

Overload List

Initializes a new instance of the ResourceFileSetCollection class.

public ResourceFileSetCollection();

Initializes a new instance of the ResourceFileSetCollection class with the specified array of ResourceFileSet instances.

public ResourceFileSetCollection(ResourceFileSet[]);

Initializes a new instance of the ResourceFileSetCollection class with the specified ResourceFileSetCollection instance.

public ResourceFileSetCollection(ResourceFileSetCollection);

See Also

ResourceFileSetCollection Class | NAnt.DotNet.Types Namespace