示例#1
0
        internal static DisplayFieldListImpl GetInstance([CallerMemberName] string callerName = "")
        {
            var instance = new DisplayFieldListImpl();

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
示例#2
0
 static partial void InstanceFactory(ref DisplayFieldListImpl instance, [CallerMemberName] string callerName = "");