ServiceStack.Text.JsConfigScope.JsConfigScope C# (CSharp) Méthode

JsConfigScope() private méthode

private JsConfigScope ( ) : ServiceStack.Text.WP
Résultat ServiceStack.Text.WP
        internal JsConfigScope()
        {
#if !SILVERLIGHT
            Thread.BeginThreadAffinity();
#endif
            parent = head;
            head = this;
        }