ResourceFileSetCollection Class

Summary

Contains a strongly typed collection of NAnt.DotNet.Types.ResourceFileSet objects.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["ResourceFileSetCollection"] class Type type-node

Syntax

[Serializable]
public class ResourceFileSetCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
ResourceFileSetCollection() Initializes a new instance of the NAnt.DotNet.Types.ResourceFileSetCollection class.
ResourceFileSetCollection(ResourceFileSet[]) Initializes a new instance of the NAnt.DotNet.Types.ResourceFileSetCollection class with the specified array of NAnt.DotNet.Types.ResourceFileSet instances.
ResourceFileSetCollection(ResourceFileSetCollection) Initializes a new instance of the NAnt.DotNet.Types.ResourceFileSetCollection class with the specified NAnt.DotNet.Types.ResourceFileSetCollection instance.

Properties

Name Value Summary
this[int] ResourceFileSet
Gets or sets the element at the specified index.

Methods

Name Value Summary
Add(ResourceFileSet) int
Adds a NAnt.DotNet.Types.ResourceFileSet to the end of the collection.
AddRange(ResourceFileSet[]) void
Adds the elements of a NAnt.DotNet.Types.ResourceFileSet array to the end of the collection.
AddRange(ResourceFileSetCollection) void
Adds the elements of a NAnt.DotNet.Types.ResourceFileSetCollection to the end of the collection.
Contains(ResourceFileSet) bool
Determines whether a NAnt.DotNet.Types.ResourceFileSet is in the collection.
CopyTo(ResourceFileSet[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
GetEnumerator() ResourceFileSetEnumerator
Returns an enumerator that can iterate through the collection.
IndexOf(ResourceFileSet) int
Retrieves the index of a specified NAnt.DotNet.Types.ResourceFileSet object in the collection.
Insert(int, ResourceFileSet) void
Inserts a NAnt.DotNet.Types.ResourceFileSet into the collection at the specified index.
Remove(ResourceFileSet) void
Removes a member from the collection.