MessageProperties.System.Collections.Generic.ICollection<KeyValuePair<String,Object>>.CopyTo Method
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in system.servicemodel.dll)
Syntax
'Declaration
Private Sub System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.CopyTo ( _
array As KeyValuePair(Of String, Object)(), _
index As Integer _
) Implements ICollection(Of KeyValuePair(Of String, Object)).CopyTo
'Usage
Dim instance As MessageProperties
Dim array As KeyValuePair(Of String, Object)()
Dim index As Integer
CType(instance, ICollection(Of KeyValuePair(Of String, Object))).CopyTo(array, index)
void ICollection<KeyValuePair<string,Object>>.CopyTo (
KeyValuePair<string,Object>[] array,
int index
)
private:
virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.CopyTo (
array<KeyValuePair<String^, Object^>>^ array,
int index
) sealed = ICollection<KeyValuePair<String^, Object^>>::CopyTo
Parameters
- array
- index
See Also
Reference
MessageProperties Class
MessageProperties Members
System.ServiceModel.Channels Namespace
.gif)