BufferBlock<T>.Count Propriedade
Definição
Obtém o número de itens armazenados no buffer no momento.Gets the number of items currently stored in the buffer.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Valor da propriedade
O número de itens.The number of items.