PathCollectionAdd Method (String) |
Adds the given path to the list of path.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void Add(
string item
)
Public Sub Add (
item As String
)
public:
virtual void Add(
String^ item
) sealed
abstract Add :
item : string -> unit
override Add :
item : string -> unit
Parameters
- item
- Type: SystemString
The file system path that should be added.
Implements
ICollectionTAdd(T)See Also