| Icon | Member | Description |
|---|---|---|
| PathCollection()()() |
Initializes a new instance of the PathCollection class
| |
| PathCollection(IEnumerable<(Of <(String>)>)) |
Initializes a new instance of the PathCollection class and fills it with the given enumerable string collection.
| |
| PathCollection(IDataObject) |
Initializes a new instance of the PathCollection class and fills it
with the filename(s) in the given IDataObject
| |
| PathCollection(StringCollection) |
Initializes a new instance of the PathCollection class and fills it with the given StringCollection | |
| PathCollection(String) |
Initializes a new instance of the PathCollection class and fills it with the given String.
|