Copies the membership entry collection to a one-dimensional array.
Namespace:
Novalys.VisualGuard.Security.LoggingAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public void CopyTo( VGLogEntry[] array, int index ) |
| Visual Basic (Declaration) |
|---|
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.