'Declaration
Public Function New( _ ByVal endpointDescriptorCollection As UAEndpointDescriptorCollection _ )
'Usage
Dim endpointDescriptorCollection As UAEndpointDescriptorCollection Dim instance As New UAEndpointDescriptorCollection(endpointDescriptorCollection)
public UAEndpointDescriptorCollection( UAEndpointDescriptorCollection endpointDescriptorCollection )
public: UAEndpointDescriptorCollection( UAEndpointDescriptorCollection^ endpointDescriptorCollection )
Parameters
- endpointDescriptorCollection
- The endpoint descriptor collection to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).