RuntimeHelpersInitializeArray Method |
Provides a fast way to initialize an array from data that is stored in a module.
Namespace: System.Runtime.CompilerServicesAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax 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