| 123456789101112131415 |
- // System.Runtime.CompilerServices.RuntimeHelpers
- //
- // Sean MacIsaac ([email protected])
- //
- // (C) Ximian, Inc. 2001
- namespace System.Runtime.CompilerServices
- {
- public sealed class RuntimeHelpers
- {
- public static void InitializeArray (Array array, RuntimeFieldHandle fldHandle)
- {
- }
- }
- }
|