Example #1
0
        internal static MetadataTableHaveEntryImpl GetInstance([CallerMemberName] string callerName = "")
        {
            MetadataTableHaveEntryImpl instance = default(MetadataTableHaveEntryImpl);

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
Example #2
0
 static partial void InstanceFactory(ref MetadataTableHaveEntryImpl instance, [CallerMemberName] string callerName = "");