Interface ISharedStateAssignmentILProcessorQueue
Interface that holds a Queue with
Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public interface ISharedStateAssignmentILProcessorQueue
Properties
| Improve this Doc View SourceSharedStateAssignmentQueue
Gets a
Declaration
Queue<SharedAssignmentQueueEntry> SharedStateAssignmentQueue { get; }
Property Value
Type | Description |
---|---|
Queue<SharedAssignmentQueueEntry> |