Ejemplo n.º 1
0
        internal static SortFieldImpl GetInstance([CallerMemberName] string callerName = "")
        {
            var instance = new SortFieldImpl();

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