Constructor
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public NoSuchObject( NoSuchObject second ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ second As NoSuchObject _ ) |
| Visual C++ |
|---|
public: NoSuchObject( NoSuchObject^ second ) |
Parameters
- second
- Type: SnmpSharpNet..::.NoSuchObject
Source for data to initialize this instance with. Irrelevant for this type since no data is stored in the class.