Show / Hide Table of Contents

Interface IAtomProvider

Interface that types implement that give access to the inner Atom.

Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public interface IAtomProvider

Properties

| Improve this Doc View Source

Atom

Gets the atom.

Declaration
IAtom Atom { get; }
Property Value
Type Description
IAtom

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