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