Svg.SvgPaintServerFactory.SvgPaintServerFactory C# (CSharp) Метод

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

static private SvgPaintServerFactory ( ) : System
Результат System
        static SvgPaintServerFactory()
        {
            _colourConverter = new SvgColourConverter();
            _urlRefPattern = new Regex(@"url\((#[^)]+)\)");
        }