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