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.V7 (in Resto.Front.Api.V7.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
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(VoidValue)
Always true.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Always true.
Public operatorStatic memberInequality
Always false.
Top
See Also