Microsoft SDK for Java

combineArraysOfIntRanges

This method of the PermissionUtils Class copies two arrays of IntRanges into a new array. The elements are copied using IntRanges.copy.

Syntax

public static IntRanges[] combineArraysOfIntRanges(IntRanges[] r1, IntRanges[] r2);

Return Value

Returns a new array containing copies of the elements of r1, followed by copies of the elements of r2.

Parameters

r1 The first array of IntRanges, or null.
r2 The second array of IntRanges, or null.

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