Exemplo n.º 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);
        }
Exemplo n.º 2
0
 static partial void InstanceFactory(ref OrderedVariableSizeListWrapper instance, [CallerMemberName] string callerName = "");