Dart.Snmp Namespace : VariableCollection Class |
For a list of all members of this type, see VariableCollection members.
Name | Description | |
---|---|---|
Add | Adds a Variable to the end of the collection. | |
Clear | Removes all Variable objects from the collection. | |
CopyTo | Copies the elements of the collection to a specified array. | |
Encode | Encode the object with no content. Overridden in derived classes that have content. (Inherited from Dart.Snmp.TaggedType) | |
GetByIid | Returns the Variable(s) that match the specified IID. | |
GetByMibNode | Returns the Variable(s) that match the specified MibNode. | |
GetByName | Returns the Variable(s) that match the specified MibNode name. | |
GetByNodeName | Returns the Variable(s) that match the specified NodeName. | |
GetByOid | Returns the Variable(s) that match the specified OID. | |
GetEnumerator | Returns an enumerator that can iterate through the objects in the collection. | |
Insert | Adds a Variable to the collection at the specified index. | |
Remove | Removes the first occurrence of the provided variable from the collection. | |
ToString | Returns a string that represents the current object. (Inherited from Dart.Snmp.Sequence) |