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

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

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