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