Name | Description | |
---|---|---|
Add | Adds a FtpItemInfo object to the list. | |
AddRange | Adds the elements of a FtpItemInfo array to the end of the FtpItemInfoList collection. | |
Clear | Removes all FtpItemInfo objects from the list. | |
Contains | Retrieves a boolean value indicating if a specific FtpItemInfo object exists in the list. | |
IndexOf | Searches for the specified FtpItemInfo object and returns the zero-based index of the first occurrence within the list. | |
Insert | Inserts a FtpItemInfo object into the list at the specified index | |
Remove | Removes the FtpItemInfo object from the list. | |
RemoveAt | Removes the FtpItemInfo object from the list at the specified index. |