| Dart.Snmp Namespace > MibNodes Class : Sort Method |
| Overload | Description |
|---|---|
| Sort() | Sorts the MibNodes collection lexicographically by OID. Locks on SyncRoot to provide automatic thread safety. |
| Sort(IComparer{MibNode}) | Sorts the MibNodes collection lexicographically by OID. Locks on SyncRoot to provide automatic thread safety. (Inherited from System.Collections.Generic.List<MibNode>) |
| Sort(Int32,Int32,IComparer{MibNode}) | Sorts the MibNodes collection lexicographically by OID. Locks on SyncRoot to provide automatic thread safety. (Inherited from System.Collections.Generic.List<MibNode>) |
| Sort(Comparison{MibNode}) | Sorts the MibNodes collection lexicographically by OID. Locks on SyncRoot to provide automatic thread safety. (Inherited from System.Collections.Generic.List<MibNode>) |