FileCollection Class
Represents a collection of File objects.
Constructors:
Name | Description | |
---|---|---|
![]() | FileCollection(Master) | Initializes a new instance of the FileCollection class with an existing Master storage. |
Properties:
Name | Description | |
---|---|---|
![]() | Count | Gets the number of files contained in the FileCollection. |
Methods:
Name | Description | |
---|---|---|
![]() | Contains(File) | Returns a value that indicates whether the collection contains the specified File. |
![]() | Remove(File) | Removes the first occurrence of the specified File from this FileCollection. |
![]() | GetEnumerator() | Returns an enumerator that can iterate through the collection. |
![]() | Add(File) | Adds a File to the end of the collection. |
![]() | Clear() | Removes all File objects from the collection. |
![]() | CopyTo(File[], Int32) | Copies all of the File objects in a collection to a specified array. |