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


The following tables list the members exposed by VariableCollection.

Public Constructors

 NameDescription
public ConstructorVariableCollection ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyCount Gets the number of variables in the collection.  
public PropertyIsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe).  
public PropertyItem Gets or sets the Variable at the specified index.  
public PropertySyncRoot Gets an object that can be used to synchronize access to the ICollection.  
Top

Public Methods

 NameDescription
public MethodAddOverloaded.  Adds a Variable to the end of the collection.  
public MethodClear Removes all Variable objects from the collection.  
public MethodCopyTo Copies the elements of the collection to a specified array.  
public MethodEncodeOverloaded.  Encode the object with no content. Overridden in derived classes that have content. (Inherited from Dart.Snmp.TaggedType)
public MethodGetEnumerator Returns an enumerator that can iterate through the objects in the collection.  
public MethodInsert Adds a Variable to the collection at the specified index.  
public MethodRemove Removes the first occurrence of the provided variable from the collection.  
Top

See Also

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