Initializes a new instance of the ResourceFileSetCollection class.
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);
ResourceFileSetCollection Class | NAnt.DotNet.Types Namespace