Ejemplo n.º 1
0
        internal static QuerySortOrderEntryWrapper GetInstance()
        {
            QuerySortOrderEntry real = default(QuerySortOrderEntry);

            RealInstanceFactory(ref real);
            QuerySortOrderEntryWrapper instance = QuerySortOrderEntryWrapper.GetWrapper(real);

            InstanceFactory(ref instance);
            return(instance);
        }
Ejemplo n.º 2
0
 static partial void InstanceFactory(ref QuerySortOrderEntryWrapper instance, [CallerMemberName] string callerName = "");