Microsoft SDK for Java

copyArrayOfWildcardExpressions

This method of the PermissionUtils Class returns a deep copy of an array of WildcardExpressions. Each expression is copied using WildcardExpression.copy.

Syntax

public static WildcardExpression[] copyArrayOfWildcardExpressions( WildcardExpression[] ap);

Return Value

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

Parameters

ap An array of WildcardExpressions, or null.

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