Sdílet prostřednictvím


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

Definition

Delete the character under the cursor.

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

Parameters

arg
Object

Applies to