CalDavSynchronizer.Conversions.Msft.HtmlCssParser.ParseCssFontWeight C# (CSharp) Метод

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

private static ParseCssFontWeight ( string styleValue, int &nextIndex, Hashtable localProperties ) : void
styleValue string
nextIndex int
localProperties System.Collections.Hashtable
Результат void
        private static void ParseCssFontWeight(string styleValue, ref int nextIndex, Hashtable localProperties)
        {
            ParseWordEnumeration(_fontWeights, styleValue, ref nextIndex, localProperties, "font-weight");
        }