Click or drag to resize

VGLogEntryCollectionCopyTo Method

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: 2019.1.831.19 (2019.1.0831.19)
Syntax
public void CopyTo(
	VGLogEntry[] array,
	int index
)

Parameters

array
Type: Novalys.VisualGuard.Security.LoggingVGLogEntry
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: SystemInt32
The zero-based index in the array at which copying begins.
See Also