Beispiel #1
0
        internal static BatchReadParameterCollectionWrapper GetInstance()
        {
            var real = new BatchReadParameterCollection();

            RealInstanceFactory(ref real);
            var instance = (BatchReadParameterCollectionWrapper)BatchReadParameterCollectionWrapper.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 BatchReadParameterCollectionWrapper instance, [CallerMemberName] string callerName = "");