Exemplo n.º 1
0
        internal static RegisteredLinkTypeCollectionWrapper GetInstance()
        {
            RegisteredLinkTypeCollection real = default(RegisteredLinkTypeCollection);

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

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