Dart.Snmp Namespace : VariableCollection Class |
The following tables list the members exposed by VariableCollection.
Name | Description | |
---|---|---|
![]() | VariableCollection Constructor | Initializes a new instance of the VariableCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of variables in the collection. |
![]() | DecodingException | Returns first DecodingException found within this or embedded tagged types. (Inherited from Dart.Snmp.TaggedType) |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
![]() | Item | Gets or sets the Variable at the specified index. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
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 | Converts the object to its string representation. (Inherited from Dart.Snmp.Sequence) |