Sequence(Byte, ISnmpData) Constructor |
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic Sequence(
byte[]? length,
params ISnmpData?[] items
)
Public Sub New (
length As Byte(),
ParamArray items As ISnmpData()
)
Dim length As Byte()
Dim items As ISnmpData()
Dim instance As New Sequence(length,
items)
public:
Sequence(
array<unsigned char>^ length,
... array<ISnmpData^>^ items
)
new :
length : byte[] *
items : ISnmpData[] -> Sequence
Parameters
- length Byte
- The length bytes.
- items ISnmpData
- The items.
See Also