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