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

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