Class FileCollection Class

Represents a collection of File objects.

Constructors:

NameDescription
Public methodFileCollection(Master) Initializes a new instance of the FileCollection class with an existing Master storage.

Properties:

NameDescription
Public propertyCount Gets the number of files contained in the FileCollection.

Methods:

NameDescription
Public methodContains(File) Returns a value that indicates whether the collection contains the specified File.
Public methodRemove(File) Removes the first occurrence of the specified File from this FileCollection.
Public methodGetEnumerator() Returns an enumerator that can iterate through the collection.
Public methodAdd(File) Adds a File to the end of the collection.
Public methodClear() Removes all File objects from the collection.
Public methodCopyTo(File[], Int32)Copies all of the File objects in a collection to a specified array.