namespace System.Runtime.CompilerServices { partial class RuntimeHelpers { internal static unsafe bool ObjectHasComponentSize (object obj) { throw new NotImplementedException (); } public static object GetUninitializedObject (Type type) { throw new NotImplementedException (); } } }