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