コード例 #1
0
        internal static LinkInfoWrapper GetInstance()
        {
            LinkInfo real = default(LinkInfo);

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

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