KnownPropertyList.CopyTo

KnownPropertyList.CopyTo method

List is read-only. Operation is not supported.

public void CopyTo(PropertyDescriptor[] array, int arrayIndex)
ParameterTypeDescription
arrayPropertyDescriptor[]The one-dimensional System.Array that is the destination of the elements copied from System.Collections.Generic.ICollection. The System.Array must have zero-based indexing.
arrayIndexInt32The zero-based index in array at which copying begins.

See Also