Goose.Core.Action.PowerShell.Host.GoosePSHost.ExitNestedPrompt C# (CSharp) Method

ExitNestedPrompt() public method

public ExitNestedPrompt ( ) : void
return void
        public override void ExitNestedPrompt()
        {
            throw new NotImplementedException();
        }