SearchOptions(SearchOptions) Constructor |
Copy constructor
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic SearchOptions(
SearchOptions other
)
Public Sub New (
other As SearchOptions
)
public:
SearchOptions(
SearchOptions^ other
)
new :
other : SearchOptions -> SearchOptionsParameters
- other SearchOptions
- The SearchOptions to assign from.
See Also