System.Net.WebUtility.HtmlEntities.HtmlEntities C# (CSharp) Метод

HtmlEntities() статический приватный Метод

static private HtmlEntities ( ) : System.Collections.Generic
Результат System.Collections.Generic
            static HtmlEntities()
            {
                // Make sure the initial capacity for s_lookupTable is correct
                Debug.Assert(s_lookupTable.Count == Count, $"There should be {Count} HTML entities, but {nameof(s_lookupTable)} has {s_lookupTable.Count} of them.");
            }
#endif
WebUtility.HtmlEntities