'Declaration
Public Function New( _ ByVal discoveryElements As IEnumerable(Of UADiscoveryElement) _ )
'Usage
Dim discoveryElements As IEnumerable(Of UADiscoveryElement) Dim instance As New UADiscoveryElementCollection(discoveryElements)
public UADiscoveryElementCollection( IEnumerable<UADiscoveryElement> discoveryElements )
public: UADiscoveryElementCollection( IEnumerable<UADiscoveryElement^>^ discoveryElements )
Parameters
- discoveryElements
The value of this parameter cannot be
null
(Nothing
in Visual Basic).