Sdílet prostřednictvím


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

Definition

Kill the text between the cursor and the mark.

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

Parameters

arg
Object

Applies to