Dela via


ServiceGroupMemberTypeList.CopyTo(ServiceGroupMemberType[], Int32) Method

Definition

Copy the service group member type.

public void CopyTo (System.Fabric.Query.ServiceGroupMemberType[] array, int arrayIndex);
abstract member CopyTo : System.Fabric.Query.ServiceGroupMemberType[] * int -> unit
override this.CopyTo : System.Fabric.Query.ServiceGroupMemberType[] * int -> unit
Public Sub CopyTo (array As ServiceGroupMemberType(), arrayIndex As Integer)

Parameters

array
ServiceGroupMemberType[]

The service group member type to be copied.

arrayIndex
Int32

The index to begin the copy.

Implements

Applies to