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




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

Object Model

SetOf Class

Syntax

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

Remarks

ASN.1 Set Type. Like Sequence, Universal and Constructed.

Inheritance Hierarchy

System.Object
   Dart.Snmp.TaggedType
      Dart.Snmp.Sequence
         Dart.Snmp.SetOf

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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