TransformBlock<TInput,TOutput>.OutputCount 属性
定义
获取可从此块中接收的输出项的数量。Gets the number of output items available to be received from this block.
public:
property int OutputCount { int get(); };
public int OutputCount { get; }
member this.OutputCount : int
Public ReadOnly Property OutputCount As Integer
属性值
输出项数。The number of output items.