LevelCollection CopyTo Method ( Level , Int32)Apache log4net™ SDK Documentation
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: 1.2.15.0 (1.2.15.0)
Syntax

public virtual void CopyTo(
	Level[] array,
	int start
)

Parameters

array
Type:  log4net.Core Level 
The one-dimensional Level array to copy to.
start
Type: OnlineSystem Int32
The zero-based index in array at which copying begins.
See Also