Click or drag to resize
RuntimeHelpersInitializeArray Method
Provides a fast way to initialize an array from data that is stored in a module.

Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static void InitializeArray(
	Array array,
	RuntimeFieldHandle fldHandle
)

Parameters

array
Type: SystemArray
The array to be initialized.
fldHandle
Type: SystemRuntimeFieldHandle
A field handle that specifies the location of the data used to initialize the array.
See Also