'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of UANodeId) _ )
'Usage
Dim collection As IEnumerable(Of UANodeId) Dim instance As New UANodeIdSet(collection)
public UANodeIdSet( IEnumerable<UANodeId> collection )
public: UANodeIdSet( IEnumerable<UANodeId^>^ 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).