UDPClassification |
The UDPClassificationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of UDPClassification objects in the collection. | |
| ItemInt32 | ||
| ItemString |
| Name | Description | |
|---|---|---|
| Add | Creates a new UDPClassification with the given name and adds it to the collection. | |
| Contains(String) | Gets whether the collection contains the given UDPClassification by its name. | |
| Contains(UDPClassification) | Gets whether the collection contains the given UDPClassification. | |
| GetEnumerator | Implement the method declared in the IEnumerable<T> interface. This method returns an enumerator that can be use to enumerate this collection. | |
| GetObjectEnumerator | Implements the method declaredd in the IEnumerable interface. This method returns an enumerator that can be used to enumerate this collection. | |
| GetPointUDPClassifications | ||
| Remove(String) | Removes a UDPClassification from the collection by name. | |
| Remove(UDPClassification) | Removes the specified UDPClassification from the collection. |