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

DisposeCurrent() public static méthode

public static DisposeCurrent ( ) : void
Résultat void
        public static void DisposeCurrent()
        {
            if (head != null)
            {
                head.Dispose();
            }
        }