Cuminas DjVu SDK for .NET Framework
CopyTo Method (UserPropertySetMap)



Syntax
Public Overridable Sub CopyTo( _
   ByVal arr() As KeyValuePair(Of String,UserPropertySet), _
   ByVal index As Integer _
) 
Dim instance As UserPropertySetMap
Dim arr() As KeyValuePair(Of String,UserPropertySet)
Dim index As Integer
 
instance.CopyTo(arr, index)
public virtual void CopyTo( 
   KeyValuePair<string,UserPropertySet>[] arr,
   int index
)

Parameters

arr
index
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

UserPropertySetMap Class
UserPropertySetMap Members

Send Feedback