Show / Hide Table of Contents

Interface ISharedStateAssignmentILProcessorQueue

Interface that holds a Queue with actions to be executed when ISharedState is assigned on an observable oject.

Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public interface ISharedStateAssignmentILProcessorQueue

Properties

| Improve this Doc View Source

SharedStateAssignmentQueue

Gets a with actions to be executed to emit the IL code on ISharedState Assignment.

Declaration
Queue<SharedAssignmentQueueEntry> SharedStateAssignmentQueue { get; }
Property Value
Type Description
Queue<SharedAssignmentQueueEntry>

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