示例#1
0
        internal static QuerySortOrderEntryWrapper GetInstance()
        {
            QuerySortOrderEntry real = default(QuerySortOrderEntry);

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

            InstanceFactory(ref instance);
            return(instance);
        }
 private QuerySortOrderEntryWrapper(QuerySortOrderEntry instance)
 {
     r_Instance = instance;
 }
 public static QuerySortOrderEntryWrapper GetWrapper(QuerySortOrderEntry src)
 {
     return(default(QuerySortOrderEntryWrapper));
 }
示例#4
0
 static partial void RealInstanceFactory(ref QuerySortOrderEntry real, [CallerMemberName] string callerName        = "");