Exemplo n.º 1
0
        public static string ToTestDisplayString(
            this TypeWithAnnotations type,
            bool includeNonNullable = false
            )
        {
            SymbolDisplayFormat format = GetDisplayFormat(includeNonNullable);

            return(type.ToDisplayString(format));
        }