DoNothingTypeToString Method

Returns the string representation of DoNothing.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override string ToString()

Return Value

String
The string "(do nothing)".

See Also