PowerSNMP for .NET CF
SequenceOf Constructor
See Also  Send comments on this topic.
Dart.Snmp Namespace > SequenceOf Class : SequenceOf Constructor




Initializes a new empty instance of the SequenceOf class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New SequenceOf()
C# 
public SequenceOf()
Managed Extensions for C++ 
public: SequenceOf();
C++/CLI 
public:
SequenceOf();

Remarks

An example is a MIB table entry definition, which uses this tagged type to describe multiple table rows that are ordered and of the same type.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.