NAnt SDK Documentation - v0.92

ResourceFileSetCollection Constructor

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