'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of UAQualifiedName) _ )
'Usage
Dim collection As IEnumerable(Of UAQualifiedName) Dim instance As New UAQualifiedNameSet(collection)
public UAQualifiedNameSet( IEnumerable<UAQualifiedName> collection )
public: UAQualifiedNameSet( IEnumerable<UAQualifiedName^>^ collection )
Parameters
- collection
- The collection whose elements are copied to the new set.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).