The following tables list the members exposed by VariableCollection.
Name | Description | |
---|---|---|
![]() | VariableCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of variables in the collection. |
![]() | 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 | Overloaded. 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 | Overloaded. Encode the object with no content. Overridden in derived classes that have content. (Inherited from Dart.Snmp.TaggedType) |
![]() | 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. |