Copies the membership entry collection to a one-dimensional array.

Namespace: Novalys.VisualGuard.Security.Logging
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public void CopyTo(
	VGLogEntry[] array,
	int index
)
Visual Basic
Public Sub CopyTo ( 
	array As VGLogEntry(),
	index As Integer
)

Parameters

array
Type: array<Novalys.VisualGuard.Security.Logging..::..VGLogEntry>[]()[][]
A one-dimensional array of type VGLogEntry that is the destination of the elements copied from the VGLogEntryCollection. The array must have zero-based indexing.
index
Type: System..::..Int32
The zero-based index in the array at which copying begins.

See Also