AuthorizationRules.CopyTo(AuthorizationRule[], Int32) Method

Definition

Copies the elements into an array starting at the specified array index.

public void CopyTo (Microsoft.ServiceBus.Messaging.AuthorizationRule[] array, int arrayIndex);
abstract member CopyTo : Microsoft.ServiceBus.Messaging.AuthorizationRule[] * int -> unit
override this.CopyTo : Microsoft.ServiceBus.Messaging.AuthorizationRule[] * int -> unit
Public Sub CopyTo (array As AuthorizationRule(), arrayIndex As Integer)

Parameters

array
AuthorizationRule[]

The array to hold the copied elements.

arrayIndex
Int32

The zero-based index at which copying starts.

Implements

Applies to