TransformBlock<TInput,TOutput>.InputCount 属性

定义

获取等待此块处理的输入项数。

public:
 property int InputCount { int get(); };
public int InputCount { get; }
member this.InputCount : int
Public ReadOnly Property InputCount As Integer

属性值

输入项数。

注解

不包括 InputCount 块当前正在处理的任何项或块已处理的任何项。

适用于