ConversationWindowInformationDictionary.CopyTo method
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As KeyValuePair(Of ConversationWindowInformationType, Object)(), _
arrayIndex As Integer _
)
'Usage
Dim instance As ConversationWindowInformationDictionary
Dim array As KeyValuePair(Of ConversationWindowInformationType, Object)()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
KeyValuePair<ConversationWindowInformationType, Object>[] array,
int arrayIndex
)
Parameters
- array
Type: []
- arrayIndex
Type: System.Int32
Implements
ICollection<T>.CopyTo([], Int32)
See also
Reference
ConversationWindowInformationDictionary class