Show / Hide Table of Contents

Interface IValue<T>

Typed value interface.

Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public interface IValue<T> : IValue
Type Parameters
Name Description
T

The type of the value.

Properties

| Improve this Doc View Source

Value

Gets or sets the underlying value.

Declaration
T Value { get; set; }
Property Value
Type Description
T

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX