SearchOptions Constructor (SearchOptions) |
Copy constructor
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public SearchOptions(
SearchOptions other
)
Public Sub New (
other As SearchOptions
)
public:
SearchOptions(
SearchOptions^ other
)
new :
other : SearchOptions -> SearchOptions
Parameters
- other
- Type: Jam.ShellSearchOptions
The SearchOptions to assign from.
See Also