Пример #1
0
        internal static OrderedVariableSizeListWrapper GetInstance()
        {
            OrderedVariableSizeList real = default(OrderedVariableSizeList);

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

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }
Пример #2
0
 static partial void RealInstanceFactory(ref OrderedVariableSizeList real, [CallerMemberName] string callerName = "");