| 
            
              Sequence(TupleInt32, Byte, Stream) Constructor
             | 
          
        
        
            Initializes a new instance of the 
Sequence class.
            
 
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic Sequence(
	Tuple<int, byte[]> length,
	Stream stream
)
Public Sub New ( 
	length As Tuple(Of Integer, Byte()),
	stream As Stream
)
public:
Sequence(
	Tuple<int, array<unsigned char>^>^ length, 
	Stream^ stream
)
new : 
        length : Tuple<int, byte[]> * 
        stream : Stream -> SequenceGSF.Net.Snmp.Sequence = function(length, stream);
 View SourceParameters
- length  TupleInt32, Byte
 - The length.
 - stream  Stream
 - The stream.
 
See Also