Vixen
02b45cc4
csharp
public readonly record struct RemoteCounter

One live number the far end is reporting.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public string Name

    What it counts.

  • public double Value

    The reading.

Methods (1)

  • public RemoteCounter(string Name, double Value)

    One live number the far end is reporting.

Used by (3)

  • InspectorProtocolVixen.Editor.Debugger
  • InspectorProtocolTestsVixen.Editor.Debugger.Tests
  • RemoteInspectorClientVixen.Editor.Debugger