The UDPCollection type exposes the following members.

Methods

  NameDescription
Public methodContains
Gets whether the collection contains a given UDP.
Public methodGetEnumerator
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator which can be used to enumerate this collection.
Public methodGetObjectEnumerator
Implements the method declared in the IEnumerable interface. This method returns an enumerator which can be used to enumerate this collection.
Public methodToArray
Copies the UDP objects in the collection to a new array.

Properties

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

See Also