示例#1
0
        internal static IMetadataRowSetsWrapper GetInstance()
        {
            IMetadataRowSets real = default(IMetadataRowSets);

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

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