Copy constructor
| C# | Visual Basic | Visual C++ |
public SearchOptions( SearchOptions other )
Public Sub New ( _ other As SearchOptions _ )
public: SearchOptions( SearchOptions^ other )
- other (SearchOptions)
- The SearchOptions to assign from.
| C# | Visual Basic | Visual C++ |
public SearchOptions( SearchOptions other )
Public Sub New ( _ other As SearchOptions _ )
public: SearchOptions( SearchOptions^ other )