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.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Resto.Front.ApiVoidValue

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.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 methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(VoidValue, VoidValue) Always true.
Public operatorStatic memberInequality(VoidValue, VoidValue) Always false.
Top
See Also