コード例 #1
0
        internal static LocationMappingImpl GetInstance([CallerMemberName] string callerName = "")
        {
            var instance = new LocationMappingImpl();

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
コード例 #2
0
 static partial void InstanceFactory(ref LocationMappingImpl instance, [CallerMemberName] string callerName = "");