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




A tagged type representing a sequence of tagged types that are ordered and of the same type.

Object Model

SequenceOf Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class SequenceOf 
   Inherits Sequence
Visual Basic (Usage)Copy Code
Dim instance As SequenceOf
C# 
public sealed class SequenceOf : Sequence 
Managed Extensions for C++ 
public __gc __sealed class SequenceOf : public Sequence 
C++/CLI 
public ref class SequenceOf sealed : public Sequence 

Remarks

ASN.1: Like Sequence, but implies all the variable bindings are of the same type.

Inheritance Hierarchy

System.Object
   Dart.Snmp.TaggedType
      Dart.Snmp.Sequence
         Dart.Snmp.SequenceOf

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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