Integer32 Constructor (TupleInt32, Byte, Stream) |
Initializes a new instance of the
Integer32 class
Namespace:
Lextm.SharpSnmpLib
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public Integer32(
Tuple<int, byte[]> length,
Stream stream
)
Public Sub New (
length As Tuple(Of Integer, Byte()),
stream As Stream
)
public:
Integer32(
Tuple<int, array<unsigned char>^>^ length,
Stream^ stream
)
new :
length : Tuple<int, byte[]> *
stream : Stream -> Integer32
Parameters
- length
- Type: SystemTupleInt32, Byte
- stream
- Type: System.IOStream
See Also