Copies the entire LevelCollection to a one-dimensional
Level array, starting at the specified index of the target array.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- array
- Type: log4net.CoreLevel
The one-dimensional Level array to copy to. - start
- Type: SystemInt32
The zero-based index in array at which copying begins.
See Also