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

ResourceFileSetCollection.AddRange Method

[This is preliminary documentation and subject to change.]

Adds the elements of a ResourceFileSet array to the end of the collection.

Overload List

Adds the elements of a ResourceFileSet array to the end of the collection.

public void AddRange(ResourceFileSet[]);

Adds the elements of a ResourceFileSetCollection to the end of the collection.

public void AddRange(ResourceFileSetCollection);

See Also

ResourceFileSetCollection Class | NAnt.DotNet.Types Namespace