PathCollectionClone Method |
Creates a copy of the current PathCollection
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public PathCollection Clone()
Public Function Clone As PathCollection
public:
PathCollection^ Clone()
member Clone : unit -> PathCollection
Return Value
Type:
PathCollectionA PathCollection object with the same elements as the current one
See Also