internal static MetadataTableHaveEntryWrapper GetInstance()
        {
            MetadataTableHaveEntry real = default(MetadataTableHaveEntry);

            RealInstanceFactory(ref real);
            MetadataTableHaveEntryWrapper instance = MetadataTableHaveEntryWrapper.GetWrapper(real);

            InstanceFactory(ref instance);
            return(instance);
        }
 static partial void InstanceFactory(ref MetadataTableHaveEntryWrapper instance, [CallerMemberName] string callerName = "");