AttributeSet.CopyTo Method
Copies all elements in the AttributeSet to a compatible one-dimensional array, starting at the specified index of the target array.
CopyTo(T\[\] array, System.Int32 arrayIndex)
Copies all elements in the AttributeSet to a compatible one-dimensional array, starting at the specified index of the target array.Syntax
public void CopyTo (
KeyValuePair< Atom, AttributeValue >[] array,
int arrayIndex
)
Parameters
The one-dimensional array that is the destination of the elements that are copied.
The zero-based index in array at which copying begins.
Platforms
Windows, Linux, Android