LocalItemCollection.Explicit Operator
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 8.0.9673)
Explicit(FileSystemItemCollection to LocalItemCollection)
Casts the FileSystemItemCollection back to LocalItemCollection.
The conversion will work only if value is instance of
the LocalItemCollection or its descendant.
Declaration
public static explicit operator LocalItemCollection(FileSystemItemCollection value)
Parameters
| Type | Name | Description |
|---|---|---|
| FileSystemItemCollection | value | A collection to cast. |
Returns
| Type | Description |
|---|---|
| LocalItemCollection |