CommandResultFormatter.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandResultFormatter.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-command/Runtime/CommandResultFormatter.cs
Source file hash: sha256:e29ab509ed3684d2760d9b8722d169207608dee0919a97f1a0e8e8a8d133012a
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: CommandResultFormatter
Section titled “Type: CommandResultFormatter”Original lines: 24-112
Declaration hash: sha256:2e312c0f396943ebf1b82e1cda805a303fd0014a2bfdce2598871d271a286637
public static class CommandResultFormatter{}Field: NoReturnValueText
Section titled “Field: NoReturnValueText”Original lines: 27
Declaration hash: sha256:0a280420a725c40e2c7508a950fd18232f81db56be43c6d3a1c88f0fc5cd86cc
public const string NoReturnValueText = "(no return value)";Method: Format(object resolvedResult)
Section titled “Method: Format(object resolvedResult)”Original lines: 30-85
Declaration hash: sha256:196b37372fc28bc10f91b74940d4a48ce0771ff59f84b87a56614d0f42665853
public static string Format(object resolvedResult);