internal static VariableSizeListWrapper GetInstance() { VariableSizeList real = default(VariableSizeList); RealInstanceFactory(ref real); var instance = (VariableSizeListWrapper)VariableSizeListWrapper.GetWrapper(real); InstanceFactory(ref instance); if (instance == null) { Assert.Inconclusive("Could not Create Test Instance"); } return(instance); }
static partial void InstanceFactory(ref VariableSizeListWrapper instance, [CallerMemberName] string callerName = "");