NAnt SDK Documentation - v0.92

ResourceFileSetCollection.AddRange Method

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