Exemplo n.º 1
0
        public static string GetDefaultProperty(string annotationType)
        {
            string result;

            DefaultProperties.TryGetValue(annotationType, out result);
            return(result);
        }