TransformManyBlock<TInput,TOutput>.InputCount 属性

定义

获取等待被此代码块处理的输入项的数目。

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

属性值

输入项数。

注解

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

适用于