Beispiel #1
0
        internal static MetadataEventArgsWrapper GetInstance()
        {
            MetadataEventArgs real = default(MetadataEventArgs);

            RealInstanceFactory(ref real);
            var instance = (MetadataEventArgsWrapper)MetadataEventArgsWrapper.GetWrapper(real);

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }
Beispiel #2
0
 static partial void InstanceFactory(ref MetadataEventArgsWrapper instance, [CallerMemberName] string callerName = "");