Click or drag to resize

VoidValue Structure

Represents dummy value for IObservableT where notification itself is the only purpose to have such sequence and notification argument doesn't have any meaning. It's something like Void-method in the Rx-world.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[SerializableAttribute]
public struct VoidValue : IEquatable<VoidValue>

The VoidValue type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefault
Just a syntactic replacement for default(VoidValue).
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Always true.
Public operatorStatic memberInequality
Always false.
Top
See Also