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