AsyncHelpersExclusiveSynchronizationContextitems Field |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate readonly Queue<Tuple<SendOrPostCallback, Object>> items
Private ReadOnly items As Queue(Of Tuple(Of SendOrPostCallback, Object))
private:
initonly Queue<Tuple<SendOrPostCallback^, Object^>^>^ items
val private items: Queue<Tuple<SendOrPostCallback, Object>>
Field Value
Type:
QueueTupleSendOrPostCallback,
Object
See Also