Copy constructor
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public VbCollection( IEnumerable<Vb> second ) |
| Visual Basic |
|---|
Public Sub New ( _ second As IEnumerable(Of Vb) _ ) |
| Visual C++ |
|---|
public: VbCollection( IEnumerable<Vb^>^ second ) |
Parameters
- second
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Vb>)>)>
[Missing <param name="second"/> documentation for "M:SnmpSharpNet.VbCollection.#ctor(System.Collections.Generic.IEnumerable{SnmpSharpNet.Vb})"]