ConcurrentQueueSurrogate<T>.Values 字段

定义

获取或设置值。

[Orleans.Id(0)]
public System.Collections.Generic.Queue<T> Values;
[<Orleans.Id(0)>]
val mutable Values : System.Collections.Generic.Queue<'T>
Public Values As Queue(Of T) 

字段值

Queue<T>

值。

属性

适用于