| PdfTypeDictionaryCopyTo Method |
Copies the elements of the Dictionary to an Array, starting at a particular Array index
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public void CopyTo(
KeyValuePair<string, PdfTypeBase>[] array,
int arrayIndex
)
Public Sub CopyTo (
array As KeyValuePair(Of String, PdfTypeBase)(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<KeyValuePair<String^, PdfTypeBase^>>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : KeyValuePair<string, PdfTypeBase>[] *
arrayIndex : int -> unit
override CopyTo :
array : KeyValuePair<string, PdfTypeBase>[] *
arrayIndex : int -> unit
public final void CopyTo(
KeyValuePair<String, PdfTypeBase>[] array,
int arrayIndex
)
function CopyTo(array, arrayIndex);
Parameters
- array KeyValuePairString, PdfTypeBase
- The one-dimensional Array that is the destination of the elements copied from Dictionary. The Array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)Exceptions See Also