Microsoft SDK for Java

copyArrayOfIntRanges

This method of the PermissionUtils Class returns a deep copy of an array of IntRanges objects. Each element is copied using the IntRanges.copy method.

Syntax

public static IntRanges[] copyArrayOfIntRanges(IntRanges[] ap);

Return Value

Returns null if ap is null; otherwise, returns a new array that contains copies of the elements of ap.

Parameters

ap An array of IntRanges, or null. The array can contain null elements.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.