Sdílet prostřednictvím


PSConsoleReadLine.DeleteLine(Nullable<ConsoleKeyInfo>, Object) Method

Definition

Deletes the current line, enabling undo.

public static void DeleteLine (ConsoleKeyInfo? key = default, object arg = default);
static member DeleteLine : Nullable<ConsoleKeyInfo> * obj -> unit
Public Shared Sub DeleteLine (Optional key As Nullable(Of ConsoleKeyInfo) = Nothing, Optional arg As Object = Nothing)

Parameters

arg
Object

Applies to