AppearanceDictionary.CopyTo

CopyTo(XForm[], int)

Copies the elements of the dictionary to an Array, starting at a particular Array index.

public void CopyTo(XForm[] array, int index)
ParameterTypeDescription
arrayXForm[]Array where items must be copied.
indexInt32Index where items must be copied.

See Also


CopyTo(KeyValuePair<string, XForm>[], int)

public void CopyTo(KeyValuePair<string, XForm>[] array, int arrayIndex)

See Also