The UDPClassificationCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Creates a new UDPClassification with the given name and adds it to the collection.
Public methodContains(String)
Gets whether the collection contains the given UDPClassification by its name.
Public methodContains(UDPClassification)
Gets whether the collection contains the given UDPClassification.
Public methodGetEnumerator
Implement the method declared in the IEnumerable<T> interface. This method returns an enumerator that can be use to enumerate this collection.
Public methodGetObjectEnumerator
Implements the method declaredd in the IEnumerable interface. This method returns an enumerator that can be used to enumerate this collection.
Public methodStatic memberGetPointUDPClassifications
Public methodRemove(String)
Removes a UDPClassification from the collection by name.
Public methodRemove(UDPClassification)
Removes the specified UDPClassification from the collection.

Properties

  NameDescription
Public propertyCount
Gets the number of UDPClassification objects in the collection.
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])

See Also